protected static property PHPUnit_Util_GlobalState::$superGlobalArrays

Type: array

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/GlobalState.php, line 72

Class

PHPUnit_Util_GlobalState
@package PHPUnit @subpackage Util @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause…

Code

protected static $superGlobalArrays = array(
  '_ENV',
  '_POST',
  '_GET',
  '_COOKIE',
  '_SERVER',
  '_FILES',
  '_REQUEST',
);