diff --git a/test/config_local.php.sauce b/test/config_local.php.sauce index dfadb42..0818b69 100644 --- a/test/config_local.php.sauce +++ b/test/config_local.php.sauce @@ -14,4 +14,4 @@ */ $config['cops_title_default'] = "COPS"; - $config['cops_server_side_render'] = "."; + // $config['cops_server_side_render'] = "."; diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index 67665df..76a3239 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -4,7 +4,7 @@ PHP_VERSION=`php -v|grep --only-matching --perl-regexp "PHP 5\.\\d+"` echo $PHP_VERSION -if [[ $PHP_VERSION != "PHP 5.5" ]] +if [[ $PHP_VERSION != "PHP 5.4" ]] then echo "Bad PHP version" exit