Searched refs:cachedNumTests (Results 1 – 1 of 1) sorted by relevance
21 private $cachedNumTests; variable in PHPUnit_Framework_TestSuite406 if ($preferCache && $this->cachedNumTests !== null) {407 $numTests = $this->cachedNumTests;415 $this->cachedNumTests = $numTests;