You are here

public function PHP_CodeCoverage::getCacheTokens in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-code-coverage/src/CodeCoverage.php \PHP_CodeCoverage::getCacheTokens()

@since Method available since Release 1.1.0

File

vendor/phpunit/php-code-coverage/src/CodeCoverage.php, line 397

Class

PHP_CodeCoverage
Provides collection functionality for PHP code coverage information.

Code

public function getCacheTokens() {
  return $this->cacheTokens;
}