aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
index 03267e76..d7bf03ba 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -781,6 +781,7 @@ class EntryControllerTest extends WallabagCoreTestCase
781 $this->assertContains('og:title', $client->getResponse()->getContent()); 781 $this->assertContains('og:title', $client->getResponse()->getContent());
782 $this->assertContains('og:type', $client->getResponse()->getContent()); 782 $this->assertContains('og:type', $client->getResponse()->getContent());
783 $this->assertContains('og:url', $client->getResponse()->getContent()); 783 $this->assertContains('og:url', $client->getResponse()->getContent());
784 $this->assertContains('og:image', $client->getResponse()->getContent());
784 785
785 // sharing is now disabled 786 // sharing is now disabled
786 $client->getContainer()->get('craue_config')->set('share_public', 0); 787 $client->getContainer()->get('craue_config')->set('share_public', 0);