mirror of
https://github.com/danog/math.git
synced 2024-12-03 09:47:51 +01:00
Disable PHPUnit globals backup
This is not useful for this test suite, and uselessly affects performance.
This commit is contained in:
parent
41c34b1014
commit
d047282ec9
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<phpunit colors="true" bootstrap="phpunit.php">
|
<phpunit colors="true" backupGlobals="false" bootstrap="phpunit.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite>
|
<testsuite>
|
||||||
<directory>tests</directory>
|
<directory>tests</directory>
|
||||||
|
Loading…
Reference in New Issue
Block a user