ParaTest\Coverage\CoverageReporter::php PHP Method

php() public method

Generate php coverage report
public php ( string $target )
$target string Report filename
    public function php($target)
    {
        $php = new PHP();
        $php->process($this->coverage, $target);
    }