function CodeCoverage::hasCacheDirectory
@psalm-assert-if-true !null $this->cacheDirectory
1 call to CodeCoverage::hasCacheDirectory()
- CodeCoverage::cacheDirectory in vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ CodeCoverage.php
File
-
vendor/
phpunit/ phpunit/ src/ TextUI/ Configuration/ Xml/ CodeCoverage/ CodeCoverage.php, line 76
Class
- CodeCoverage
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\TextUI\XmlConfiguration\CodeCoverageCode
public function hasCacheDirectory() : bool {
return $this->cacheDirectory !== null;
}