protected property PHPUnit_Framework_TestSuite::$backupStaticAttributes

Enable or disable the backup and restoration of static attributes.

Type: boolean

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php, line 96

Class

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

Code

protected $backupStaticAttributes = NULL;