private property PHPUnit_Framework_TestCase::$required

The required preconditions for a test.

Type: array

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 196

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

private $required = array(
  'PHP' => NULL,
  'PHPUnit' => NULL,
  'functions' => array(),
  'extensions' => array(),
);