function CachingFileAnalyser::write
1 call to CachingFileAnalyser::write()
- CachingFileAnalyser::process in vendor/
phpunit/ php-code-coverage/ src/ StaticAnalysis/ CachingFileAnalyser.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ StaticAnalysis/ CachingFileAnalyser.php, line 139
Class
- CachingFileAnalyser
- @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\StaticAnalysisCode
private function write(string $filename, array $data) : void {
file_put_contents($this->cacheFile($filename), serialize($data));
}