mirror of
https://github.com/danog/math.git
synced 2024-11-30 04:19:31 +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"?>
|
||||
<phpunit colors="true" bootstrap="phpunit.php">
|
||||
<phpunit colors="true" backupGlobals="false" bootstrap="phpunit.php">
|
||||
<testsuites>
|
||||
<testsuite>
|
||||
<directory>tests</directory>
|
||||
|
Loading…
Reference in New Issue
Block a user