Use local phpunit

This commit is contained in:
Dennis Eichhorn 2018-08-11 14:20:21 +02:00
parent bd87ffadff
commit 356027981f
2 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@ before_script:
- composer install
- git clone -b develop https://github.com/Orange-Management/Build.git
- chmod -R 755 Build/Hooks
- ls -l
script:
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
- vendor/bin/phpunit --version && vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml
- pwd
- ./Build/Hooks/travis.sh
notifications:

View File

@ -11,7 +11,7 @@
<testsuites>
<testsuite name="phpOMS">
<directory>./</directory>
<directory>./tests</directory>
<directory>./tests/</directory>
<exclude>Module/ModuleManagerTest.php</exclude>
<exclude>./vendor</exclude>
<exclude>./Build</exclude>