1
0
mirror of https://github.com/danog/math.git synced 2024-11-29 20:09:02 +01:00

Disable PHPUnit globals backup

This is not useful for this test suite, and uselessly affects performance.
This commit is contained in:
Benjamin Morel 2015-06-22 12:41:35 +02:00
parent 41c34b1014
commit d047282ec9

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="phpunit.php">
<phpunit colors="true" backupGlobals="false" bootstrap="phpunit.php">
<testsuites>
<testsuite>
<directory>tests</directory>