Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php45 * @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 DFile.php108 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 DDirectory.php164 * @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 DCodeCoverage.php45 private $cacheTokens = false; variable in SebastianBergmann\\CodeCoverage\\CodeCoverage
428 $this->cacheTokens = $flag;
436 return $this->cacheTokens;
761 if ($this->cacheTokens) {