diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 103acf504..aba3bebc5 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php @@ -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' => [ 'Script inside:
', - 'lol' + 'lol', ], 'script' => [ 'Script inside:', - 'script' + 'script', ], ]; }