diff --git a/ci/php53.sh b/ci/php53.sh index cbcb1ec..c7357fc 100755 --- a/ci/php53.sh +++ b/ci/php53.sh @@ -1,4 +1,4 @@ composer install --working-dir=/builds/hpierce1102/ClassFinder/test/app1 --quiet composer install --working-dir=/builds/hpierce1102/ClassFinder --quiet php --version -php /builds/hpierce1102/ClassFinder/vendor/bin/phpunit /builds/hpierce1102/ClassFinder/test/app1/src/ClassFinderTest.php \ No newline at end of file +php /builds/hpierce1102/ClassFinder/vendor/bin/phpunit --testsuite all \ No newline at end of file diff --git a/ci/php72.sh b/ci/php72.sh index cbcb1ec..c7357fc 100755 --- a/ci/php72.sh +++ b/ci/php72.sh @@ -1,4 +1,4 @@ composer install --working-dir=/builds/hpierce1102/ClassFinder/test/app1 --quiet composer install --working-dir=/builds/hpierce1102/ClassFinder --quiet php --version -php /builds/hpierce1102/ClassFinder/vendor/bin/phpunit /builds/hpierce1102/ClassFinder/test/app1/src/ClassFinderTest.php \ No newline at end of file +php /builds/hpierce1102/ClassFinder/vendor/bin/phpunit --testsuite all \ No newline at end of file