mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 05:58:42 +00:00
Use local phpunit
This commit is contained in:
parent
bd87ffadff
commit
356027981f
|
|
@ -9,9 +9,8 @@ before_script:
|
||||||
- composer install
|
- composer install
|
||||||
- git clone -b develop https://github.com/Orange-Management/Build.git
|
- git clone -b develop https://github.com/Orange-Management/Build.git
|
||||||
- chmod -R 755 Build/Hooks
|
- chmod -R 755 Build/Hooks
|
||||||
- ls -l
|
|
||||||
script:
|
script:
|
||||||
- phpunit --version && phpunit --configuration tests/phpunit_no_coverage.xml
|
- vendor/bin/phpunit --version && vendor/bin/phpunit --configuration tests/phpunit_no_coverage.xml
|
||||||
- pwd
|
- pwd
|
||||||
- ./Build/Hooks/travis.sh
|
- ./Build/Hooks/travis.sh
|
||||||
notifications:
|
notifications:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="phpOMS">
|
<testsuite name="phpOMS">
|
||||||
<directory>./</directory>
|
<directory>./</directory>
|
||||||
<directory>./tests</directory>
|
<directory>./tests/</directory>
|
||||||
<exclude>Module/ModuleManagerTest.php</exclude>
|
<exclude>Module/ModuleManagerTest.php</exclude>
|
||||||
<exclude>./vendor</exclude>
|
<exclude>./vendor</exclude>
|
||||||
<exclude>./Build</exclude>
|
<exclude>./Build</exclude>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user