fix test
This commit is contained in:
parent
161e4fced4
commit
b0f01cfaf5
1 changed files with 16 additions and 0 deletions
16
phpunit.xml.dist
Normal file
16
phpunit.xml.dist
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<phpunit
|
||||||
|
bootstrap="tests/bootstrap.php"
|
||||||
|
backupGlobals="false"
|
||||||
|
colors="true"
|
||||||
|
convertErrorsToExceptions="true"
|
||||||
|
convertNoticesToExceptions="true"
|
||||||
|
convertWarningsToExceptions="true"
|
||||||
|
>
|
||||||
|
<testsuites>
|
||||||
|
<testsuite name="testing">
|
||||||
|
<directory prefix="test-" suffix=".php">./tests/</directory>
|
||||||
|
<exclude>./tests/test-sample.php</exclude>
|
||||||
|
</testsuite>
|
||||||
|
</testsuites>
|
||||||
|
</phpunit>
|
Loading…
Reference in a new issue