protected property CoderSniffUnitTest::$backupGlobals in Coder 8.2
Same name and namespace in other branches
- 8.3 tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::backupGlobals
- 8.3.x tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::backupGlobals
Enable or disable the backup and restoration of the $GLOBALS array. Overwrite this attribute in a child class of TestCase. Setting this attribute in setUp() has no effect!
Type: boolean
File
- coder_sniffer/
Drupal/ Test/ CoderSniffUnitTest.php, line 34
Class
Namespace
Drupal\TestCode
protected $backupGlobals = false;