1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-30 04:29:03 +01:00
class-finder/ci/php72.sh
2019-02-03 09:55:04 -06:00

4 lines
169 B
Bash
Executable File

composer install --working-dir=$1/test/app1 --quiet || exit 1
composer install --working-dir=$1 --quiet || exit 1
php --version
php $1/vendor/bin/phpunit --testsuite all