Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-06-11 16:31:38 +0400
committerMichal Čihař <mcihar@suse.cz>2013-06-11 16:31:38 +0400
commitfad06584f54e29d19cd169ee8a2e8bc3c030f772 (patch)
tree234e51546585e61bc044a50ddae2728511134eef /phpunit.xml.dist
parent24179371792b182769a8f5f64b7d9854886413b2 (diff)
Enable backupGlobals directive in phpunit
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 3feb88f9b2..3f221ed06d 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -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"