public function PHP_CodeCoverage_Report_Node_File::getTestData

Returns the test data of this node.

Return value

array

File

drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php, line 199

Class

PHP_CodeCoverage_Report_Node_File
Represents a file in the code coverage information tree.

Code

public function getTestData() {
  return $this->testData;
}