]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 29 May 2017 08:14:01 +0000 (10:14 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 31 May 2017 12:00:15 +0000 (14:00 +0200)
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',
             ],
         ];
     }