isolate process for php tests

This commit is contained in:
stealth35 2012-06-25 10:45:20 +02:00
parent ddeb93df09
commit 2f2794623f

View File

@ -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>