Use default phpunit

This commit is contained in:
Dennis Eichhorn 2018-08-04 16:38:40 +02:00
parent f03399369d
commit ca7d6f8b54

View File

@ -8,4 +8,4 @@ before_script:
- pecl install ast
- composer install
script:
- vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml