Skip to content

Commit 5941d2f

Browse files
Add getTestData() method.
1 parent ec0358a commit 5941d2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

PHP/CodeCoverage/Report/Node/File.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,16 @@ public function getCoverageData()
188188
return $this->coverageData;
189189
}
190190

191+
/**
192+
* Returns the test data of this node.
193+
*
194+
* @return array
195+
*/
196+
public function getTestData()
197+
{
198+
return $this->testData;
199+
}
200+
191201
/**
192202
* @return array
193203
*/

0 commit comments

Comments
 (0)