final class Renderer (View source)

internal  This class is not covered by the backward compatibility promise for PHPUnit
 

Methods

string
render(string $phptFile, string $code)

No description

void
renderForCoverage(string $job, bool $pathCoverage, string|null $codeCoverageCacheDirectory, array $files)

No description

Details

string render(string $phptFile, string $code)

No description

Parameters

string $phptFile
string $code

Return Value

string

void renderForCoverage(string $job, bool $pathCoverage, string|null $codeCoverageCacheDirectory, array $files)

No description

Parameters

string $job
bool $pathCoverage
string|null $codeCoverageCacheDirectory
array $files

Return Value

void

Exceptions

InvalidArgumentException