You are here

protected property PHPUnit_Framework_TestSuite::$backupGlobals in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestSuite.php \PHPUnit_Framework_TestSuite::backupGlobals

Enable or disable the backup and restoration of the $GLOBALS array.

Type: bool

File

vendor/phpunit/phpunit/src/Framework/TestSuite.php, line 55

Class

PHPUnit_Framework_TestSuite
A TestSuite is a composite of Tests. It runs a collection of test cases.

Code

protected $backupGlobals = null;