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:
parent
c42a4a308f
commit
fc14f86ae4
4 changed files with 73 additions and 13 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue