!FAIL: Minify_JS_ClosureCompiler : Overall (1 of 1 tests run so far have failed)
---Output: 270 bytes
404 Page not found
Error: Page not found
The requested URL was not found on this server.
---Expected: 72 bytes
(function(a,b){a.addOne=function(a){return 1+a};a.undefined=b})(window);
---Source: 171 bytes
(function (window, undefined){
function addOne(input) {
return 1 + input;
}
window.addOne = addOne;
window.undefined = undefined;
})(window);
!FAIL: Minify_JS_ClosureCompiler : Throws Minify_JS_ClosureCompiler_Exception (2 of 2 tests run so far have failed)
Fatal error: Call to a member function getMessage() on null in /home/propengu/public_html/min/min_unit_tests/test_Minify_JS_ClosureCompiler.php on line 45