]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
Adjust preview picture
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Tests / Helper / ContentProxyTest.php
index 7c93f4607101f308214779b4fe61ed4df10f6402..71a004ffe71a52cf56dced1339710254e97607bc 100644 (file)
@@ -68,8 +68,8 @@ class ContentProxyTest extends KernelTestCase
                 'open_graph' => array(
                     'og_title' => 'my OG title',
                     'og_description' => 'OG desc',
-                    'og_image' => 'http://3.3.3.3/cover.jpg'
-                )
+                    'og_image' => 'http://3.3.3.3/cover.jpg',
+                ),
             ));
 
         $proxy = new ContentProxy($graby);