mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
phpunit configuration file
This commit is contained in:
parent
29d089db5b
commit
392c8d273e
@ -7,7 +7,7 @@ before_script:
|
||||
- pecl install channel://pecl.php.net/pthreads-0.0.44
|
||||
|
||||
script:
|
||||
- phpunit ServerSuiteTest src/tests/ServerSuiteTest.php
|
||||
- phpunit --configuration phpunit.xml
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
7
phpunit.xml
Normal file
7
phpunit.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<phpunit backupGlobals="false" backupStaticAttributes="false" syntaxCheck="true">
|
||||
<testsuites>
|
||||
<testsuite name="PocketMine-MP">
|
||||
<directory suffix=".php">src/tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
Loading…
x
Reference in New Issue
Block a user