public function PHPUnit_Framework_TestSuite::getGroupDetails in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/TestSuite.php \PHPUnit_Framework_TestSuite::getGroupDetails()
File
- vendor/
phpunit/ phpunit/ src/ Framework/ TestSuite.php, line 638
Class
- PHPUnit_Framework_TestSuite
- A TestSuite is a composite of Tests. It runs a collection of test cases.
Code
public function getGroupDetails() {
return $this->groups;
}