1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

test: Add test for http_status filter

This commit is contained in:
Kevin Jiang 2024-07-21 16:25:41 +12:00
parent c42a4a308f
commit fc14f86ae4
4 changed files with 73 additions and 13 deletions

View file

@ -47,7 +47,7 @@ class ExportCommandTest extends WallabagTestCase
'username' => 'admin',
]);
$this->assertStringContainsString('Exporting 5 entrie(s) for user admin...', $tester->getDisplay());
$this->assertStringContainsString('Exporting 6 entrie(s) for user admin...', $tester->getDisplay());
$this->assertStringContainsString('Done', $tester->getDisplay());
$this->assertFileExists('admin-export.json');
}