Browse Source

enforce `backupGlobals` enabled for PHPUnit

tags/2.0.12
Klimov Paul 8 years ago
parent
commit
5af3118120
  1. 1
      phpunit.xml.dist

1
phpunit.xml.dist

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
backupGlobals="true"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"

Loading…
Cancel
Save