Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php21 private $cachedNumTests; variable in PHPUnit_Framework_TestSuite
406 if ($preferCache && $this->cachedNumTests !== null) {
407 $numTests = $this->cachedNumTests;
415 $this->cachedNumTests = $numTests;