aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-09-10 22:00:53 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-09-10 22:00:53 +0200
commitf1e29e69cb0ba5a0f05190c62e7a4afd43d03436 (patch)
tree7f718281168c7390ef741930a83f40250333c10e /src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
parent558d9aabab7e01c2e2b506aa362c70a568b953aa (diff)
downloadwallabag-f1e29e69cb0ba5a0f05190c62e7a4afd43d03436.tar.gz
wallabag-f1e29e69cb0ba5a0f05190c62e7a4afd43d03436.tar.zst
wallabag-f1e29e69cb0ba5a0f05190c62e7a4afd43d03436.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php b/src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
index 7c93f460..71a004ff 100644
--- a/src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
@@ -68,8 +68,8 @@ class ContentProxyTest extends KernelTestCase
68 'open_graph' => array( 68 'open_graph' => array(
69 'og_title' => 'my OG title', 69 'og_title' => 'my OG title',
70 'og_description' => 'OG desc', 70 'og_description' => 'OG desc',
71 'og_image' => 'http://3.3.3.3/cover.jpg' 71 'og_image' => 'http://3.3.3.3/cover.jpg',
72 ) 72 ),
73 )); 73 ));
74 74
75 $proxy = new ContentProxy($graby); 75 $proxy = new ContentProxy($graby);