Home
last modified time | relevance | path

Searched refs:topTestSuite (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php76 protected $topTestSuite = null; variable in PHPUnit_Framework_TestResult
354 if ($this->topTestSuite === null) {
355 $this->topTestSuite = $suite;
583 public function topTestSuite() function in PHPUnit_Framework_TestResult
585 return $this->topTestSuite;