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
|
<phpunit
|
||||||
|
backupGlobals="false"
|
||||||
colors="true"
|
colors="true"
|
||||||
|
processIsolation="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="PHPUnit_Extensions_PhptTestSuite">
|
<testsuite name="PHP UV">
|
||||||
<directory suffix=".phpt">./tests/</directory>
|
<directory suffix=".phpt">./tests/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
Loading…
Reference in New Issue
Block a user