From 58a3a62a2af21defe950946c86958ea2829f70bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 20:49:52 +0100 Subject: [PATCH] Let's try with PHP 5.4 --- test/config_local.php.sauce | 2 +- test/prepareSauceTest.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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