2019-02-03 16:55:04 +01:00
|
|
|
composer install --working-dir=$1/test/app1 --quiet || exit 1
|
|
|
|
composer install --working-dir=$1 --quiet || exit 1
|
2018-09-03 23:53:13 +02:00
|
|
|
php --version
|
2019-02-03 16:55:04 +01:00
|
|
|
php $1/vendor/bin/phpunit --testsuite all
|