Merge remote-tracking branch 'origin/2.6' into port/2.6.10

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf
2024-11-11 09:25:31 +01:00
46 changed files with 1306 additions and 375 deletions

View File

@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagTestCase
$crawler = $client->request('GET', '/import/');
$this->assertSame(200, $client->getResponse()->getStatusCode());
$this->assertSame(12, $crawler->filter('blockquote')->count());
$this->assertSame(13, $crawler->filter('blockquote')->count());
}
}