aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-05 15:14:58 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-05 15:14:58 +0200
commit7d2d1d685920e8b4975c3967c031ae0abb7098c8 (patch)
treeee717fd1cd1f2387c35884d0c9c56b6d43061644 /tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
parent69803049688179e1b03ef424dec91f1b9a4f9e91 (diff)
downloadwallabag-7d2d1d685920e8b4975c3967c031ae0abb7098c8.tar.gz
wallabag-7d2d1d685920e8b4975c3967c031ae0abb7098c8.tar.zst
wallabag-7d2d1d685920e8b4975c3967c031ae0abb7098c8.zip
Added migrations execution after fresh install
Diffstat (limited to 'tests/Wallabag/CoreBundle/Command/ExportCommandTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Command/ExportCommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php b/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
index 6798c5d7..b21f3318 100644
--- a/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
+++ b/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
@@ -70,7 +70,7 @@ class ExportCommandTest extends WallabagCoreTestCase
70 $tester->execute([ 70 $tester->execute([
71 'command' => $command->getName(), 71 'command' => $command->getName(),
72 'username' => 'admin', 72 'username' => 'admin',
73 'filepath' => 'specialexport.json' 73 'filepath' => 'specialexport.json',
74 ]); 74 ]);
75 75
76 $this->assertFileExists('specialexport.json'); 76 $this->assertFileExists('specialexport.json');