Skip to content

Commit cbc0993

Browse files
author
Hayder Sharhan
committed
Merge remote-tracking branch 'origin/2.0' into varnish_support
2 parents 235f943 + c67dd10 commit cbc0993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/provision/configure_environment_recurring.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ function process_php_config () {
1111
sed -i "s|display_errors = Off|display_errors = On|g" ${php_ini_path}
1212
sed -i "s|display_startup_errors = Off|display_startup_errors = On|g" ${php_ini_path}
1313
sed -i "s|error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT|error_reporting = E_ALL|g" ${php_ini_path}
14+
15+
# TODO: Fix for a bug, should be removed in 3.0
16+
sed -i "s|:/vendor/phpunit/phpunit|:${guest_magento_dir}/vendor/phpunit/phpunit|g" ${php_ini_path}
1417
fi
1518
done
1619
}
@@ -28,6 +31,7 @@ function init_php56 () {
2831
# Enable trace printing and exit on the first error
2932
set +x
3033

34+
guest_magento_dir=$2
3135
use_php7=$4
3236
vagrant_dir="/vagrant"
3337

0 commit comments

Comments
 (0)