PhpGitHooks\Module\PhpUnit\Tests\Infrastructure\StrictCoverageProcessorTrait::shouldProcessStrictCoverage PHP Метод

shouldProcessStrictCoverage() защищенный Метод

protected shouldProcessStrictCoverage ( float $return )
$return float
    protected function shouldProcessStrictCoverage($return)
    {
        $this->getStrictCoverageProcessor()->shouldReceive('process')->once()->andReturn($return);
    }