aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-05 14:33:36 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-05 14:33:36 +0200
commitd09fe4d233477d5cb9bfc613799b05a7ca14e270 (patch)
treedd1a73c030c6f618a996b895316444a703d53c31 /tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
parentc613df0e25e9628a465758388c440da069623fd4 (diff)
downloadwallabag-d09fe4d233477d5cb9bfc613799b05a7ca14e270.tar.gz
wallabag-d09fe4d233477d5cb9bfc613799b05a7ca14e270.tar.zst
wallabag-d09fe4d233477d5cb9bfc613799b05a7ca14e270.zip
Added test for deduplication
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');