Enable backupGlobals directive in phpunit

This commit is contained in:
Michal Čihař 2013-06-11 14:31:38 +02:00
parent 2417937179
commit fad06584f5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="test/bootstrap-dist.php"
backupGlobals="false"
backupGlobals="true"
backupStaticAttributes="false"
strict="true"
colors="true"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="test/bootstrap-dist.php"
backupGlobals="false"
backupGlobals="true"
backupStaticAttributes="false"
strict="true"
colors="true"