]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
CS
[github/wallabag/wallabag.git] / tests / Wallabag / CoreBundle / Helper / ContentProxyTest.php
index 103acf5045ccaad3660a033dad240c8f73a035bf..aba3bebc5280a389126b37c32eca9b340ee8f026 100644 (file)
@@ -226,7 +226,7 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase
                 'authors' => ['Jeremy', 'Nico', 'Thomas'],
                 'all_headers' => [
                     'Cache-Control' => 'no-cache',
-                ]
+                ],
             ]
         );
 
@@ -342,11 +342,11 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase
         return [
             'script and comment' => [
                 '<strong>Script inside:</strong> <!--[if gte IE 4]><script>alert(\'lol\');</script><![endif]--><br />',
-                'lol'
+                'lol',
             ],
             'script' => [
                 '<strong>Script inside:</strong><script>alert(\'lol\');</script>',
-                'script'
+                'script',
             ],
         ];
     }