diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-07 16:35:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-07 16:35:32 +0200 |
commit | 20bf78b9352ca04372fb9665ed125bd068ff8b67 (patch) | |
tree | d1db4151b803f67ebb8ffd29d6caf888ea2fc7ca /tests | |
parent | 499ba4cb2fb6c53982923d53c8a72ba8594dc8c7 (diff) | |
parent | d5c45d5288f035ef36484b007cd6cc246fa65e19 (diff) | |
download | wallabag-20bf78b9352ca04372fb9665ed125bd068ff8b67.tar.gz wallabag-20bf78b9352ca04372fb9665ed125bd068ff8b67.tar.zst wallabag-20bf78b9352ca04372fb9665ed125bd068ff8b67.zip |
Merge pull request #2389 from wallabag/add-info-publich-articles
Added default picture if preview picture is null
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 1 |
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); |