forked from wallabag/wallabag
Isolated tests
Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
This commit is contained in:
@ -55,7 +55,7 @@ class ExportCommandTest extends WallabagCoreTestCase
|
||||
'username' => 'admin',
|
||||
]);
|
||||
|
||||
$this->assertContains('Exporting 6 entrie(s) for user « admin »... Done', $tester->getDisplay());
|
||||
$this->assertContains('Exporting 5 entrie(s) for user « admin »... Done', $tester->getDisplay());
|
||||
$this->assertFileExists('admin-export.json');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user