Merge branch '2.6' into master

This commit is contained in:
Yassine Guedidi
2025-06-05 00:21:05 +02:00
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());
}
}