diff --git a/tests/css/CSSTest.php b/tests/css/CSSTest.php index 06edc35..288d167 100644 --- a/tests/css/CSSTest.php +++ b/tests/css/CSSTest.php @@ -513,7 +513,6 @@ public function dataProvider() 'p{border:1px solid #f00000}', ); - return $tests; } diff --git a/tests/js/JSTest.php b/tests/js/JSTest.php index f4d1fcd..b75c0da 100644 --- a/tests/js/JSTest.php +++ b/tests/js/JSTest.php @@ -855,7 +855,7 @@ function otherFuncName() { a: ((500 * (x - y)) + 128) / 255, // [-128,127] b: ((200 * (y - z)) + 128) / 255 // [-128,127] };', - 'return{l:((116*y)-16)/100,a:((500*(x-y))+128)/255,b:((200*(y-z))+128)/255}' + 'return{l:((116*y)-16)/100,a:((500*(x-y))+128)/255,b:((200*(y-z))+128)/255}', ); // https://github.com/matthiasmullie/minify/issues/143 @@ -887,7 +887,8 @@ function otherFuncName() { 'elem.getAttribute("type")!==null)+"/"+elem.type var rprotocol=/^\/\//,prefilters={}', 'elem.getAttribute("type")!==null)+"/"+elem.type -var rprotocol=/^\/\//,prefilters={}'); +var rprotocol=/^\/\//,prefilters={}', + ); // known minified files to help doublecheck changes in places not yet // anticipated in these tests