aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-01-24 20:42:02 +0100
committerThomas Citharel <tcit@tcit.fr>2017-01-24 20:42:02 +0100
commit3b0380f049d408f0721e28218170c562153a56e5 (patch)
treeabab8726f1c71ddc8a0d1d35f1123dd219d1245d /tests
parenta607b7a9c0870bcdfb4b4e7920d20b5ed39f14fe (diff)
downloadwallabag-3b0380f049d408f0721e28218170c562153a56e5.tar.gz
wallabag-3b0380f049d408f0721e28218170c562153a56e5.tar.zst
wallabag-3b0380f049d408f0721e28218170c562153a56e5.zip
Fix phpcs and tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/Command/ExportCommandTest.php1
1 files changed, 1 insertions, 0 deletions
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
56 ]); 56 ]);
57 57
58 $this->assertContains('Exporting 6 entrie(s) for user « admin »... Done', $tester->getDisplay()); 58 $this->assertContains('Exporting 6 entrie(s) for user « admin »... Done', $tester->getDisplay());
59 $this->assertFileExists('admin-export.json');
59 } 60 }
60 61
61 public function testExportCommandWithSpecialPath() 62 public function testExportCommandWithSpecialPath()