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

Fix phpcs and tests

This commit is contained in:
Thomas Citharel 2017-01-24 20:42:02 +01:00
parent a607b7a9c0
commit 3b0380f049
2 changed files with 10 additions and 14 deletions

View file

@ -56,6 +56,7 @@ class ExportCommandTest extends WallabagCoreTestCase
]);
$this->assertContains('Exporting 6 entrie(s) for user « admin »... Done', $tester->getDisplay());
$this->assertFileExists('admin-export.json');
}
public function testExportCommandWithSpecialPath()