1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-26 20:14:59 +01:00
class-finder/ci/php53.sh

6 lines
280 B
Bash
Raw Normal View History

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