1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge branch '2.6' into master

This commit is contained in:
Yassine Guedidi 2025-06-05 00:21:05 +02:00
commit 8fd5a5273d
23 changed files with 749 additions and 14 deletions

View file

@ -23,6 +23,6 @@ class ImportControllerTest extends WallabagTestCase
$crawler = $client->request('GET', '/import/');
$this->assertSame(200, $client->getResponse()->getStatusCode());
$this->assertSame(13, $crawler->filter('.card-title')->count());
$this->assertSame(14, $crawler->filter('.card-title')->count());
}
}