aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php
diff options
context:
space:
mode:
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