Searched refs:cacheTokens (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/ |
H A D | Builder.php | 45 * @param bool $cacheTokens 47 private function addItems(Directory $root, array $items, array $tests, $cacheTokens) argument 54 $root->addFile($key, $value, $tests, $cacheTokens); 58 $this->addItems($child, $value, $tests, $cacheTokens);
|
H A D | File.php | 108 private $cacheTokens; variable in SebastianBergmann\\CodeCoverage\\Node\\File 117 * @param bool $cacheTokens 121 …nction __construct($name, AbstractNode $parent, array $coverageData, array $testData, $cacheTokens) argument 123 if (!is_bool($cacheTokens)) { 134 $this->cacheTokens = $cacheTokens; 397 if ($this->cacheTokens) {
|
H A D | Directory.php | 164 * @param bool $cacheTokens 170 public function addFile($name, array $coverageData, array $testData, $cacheTokens) argument 177 $cacheTokens
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | CodeCoverage.php | 45 private $cacheTokens = false; variable in SebastianBergmann\\CodeCoverage\\CodeCoverage 428 $this->cacheTokens = $flag; 436 return $this->cacheTokens; 761 if ($this->cacheTokens) {
|