protected property PHPUnit_Framework_TestSuite::$groups

The test groups of the test suite.

Type: array

File

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

Class

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

Code

protected $groups = array();