mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
isolate process for php tests
This commit is contained in:
parent
ddeb93df09
commit
2f2794623f
@ -1,8 +1,10 @@
|
||||
<phpunit
|
||||
backupGlobals="false"
|
||||
colors="true"
|
||||
processIsolation="true"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="PHPUnit_Extensions_PhptTestSuite">
|
||||
<testsuite name="PHP UV">
|
||||
<directory suffix=".phpt">./tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
Loading…
Reference in New Issue
Block a user