Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CodeCoverage.php
function CodeCoverage::doNotCacheStaticAnalysis
File
vendor/
phpunit/
php-code-coverage/
src/
CodeCoverage.php
, line 333
Class
CodeCoverage
Provides collection functionality for PHP code coverage information.
Namespace
SebastianBergmann\CodeCoverage
Code
public
function
doNotCacheStaticAnalysis
() : void {
$this
->
cacheDirectory
=
null
; }
RSS feed