aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-10-31 09:26:00 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-11-09 16:32:48 +0100
commitfba3f536a5557b9094393728d360bf78260ab4da (patch)
treeccbb48c5ed8c6724d5f75e1482e6feeb538f1ac9 /src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
parentcceca9ea1d93ccf1420c2506330a16dc07f6433c (diff)
downloadwallabag-fba3f536a5557b9094393728d360bf78260ab4da.tar.gz
wallabag-fba3f536a5557b9094393728d360bf78260ab4da.tar.zst
wallabag-fba3f536a5557b9094393728d360bf78260ab4da.zip
Fix tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
index 3d3b97a9..739b2dec 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
@@ -192,7 +192,6 @@ class ExportControllerTest extends WallabagCoreTestCase
192 $this->assertArrayHasKey('language', $content[0]); 192 $this->assertArrayHasKey('language', $content[0]);
193 $this->assertArrayHasKey('reading_time', $content[0]); 193 $this->assertArrayHasKey('reading_time', $content[0]);
194 $this->assertArrayHasKey('domain_name', $content[0]); 194 $this->assertArrayHasKey('domain_name', $content[0]);
195 $this->assertArrayHasKey('preview_picture', $content[0]);
196 $this->assertArrayHasKey('tags', $content[0]); 195 $this->assertArrayHasKey('tags', $content[0]);
197 } 196 }
198 197