From 3b0380f049d408f0721e28218170c562153a56e5 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 24 Jan 2017 20:42:02 +0100 Subject: Fix phpcs and tests --- tests/Wallabag/CoreBundle/Command/ExportCommandTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Wallabag') diff --git a/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php b/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php index 4c66e051..6798c5d7 100644 --- a/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php +++ b/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php @@ -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() -- cgit v1.2.3