You are here

protected property CoderSniffUnitTest::$backupGlobals in Coder 8.2

Same name and namespace in other branches
  1. 8.3 tests/Drupal/CoderSniffUnitTest.php \Drupal\Test\CoderSniffUnitTest::backupGlobals
  2. 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

CoderSniffUnitTest

Namespace

Drupal\Test

Code

protected $backupGlobals = false;