]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
Added default picture if preview picture is null
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Controller / EntryControllerTest.php
index 03267e7686a2a46ebe66f9fa993993dede9d0809..d7bf03ba5879e9bf0e1668c140456cbbdeb84ae7 100644 (file)
@@ -781,6 +781,7 @@ class EntryControllerTest extends WallabagCoreTestCase
         $this->assertContains('og:title', $client->getResponse()->getContent());
         $this->assertContains('og:type', $client->getResponse()->getContent());
         $this->assertContains('og:url', $client->getResponse()->getContent());
+        $this->assertContains('og:image', $client->getResponse()->getContent());
 
         // sharing is now disabled
         $client->getContainer()->get('craue_config')->set('share_public', 0);