mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Merge pull request #2389 from wallabag/add-info-publich-articles
Added default picture if preview picture is null
This commit is contained in:
commit
20bf78b935
2 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue