public function PHP_CodeCoverage::getTests in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/php-code-coverage/src/CodeCoverage.php \PHP_CodeCoverage::getTests()
Returns the test data.
@since Method available since Release 1.1.0
Return value
array
File
- vendor/
phpunit/ php-code-coverage/ src/ CodeCoverage.php, line 184
Class
- PHP_CodeCoverage
- Provides collection functionality for PHP code coverage information.
Code
public function getTests() {
return $this->tests;
}