PhpGitHooks\Module\PhpUnit\Tests\Infrastructure\GuardCoverageFileWriterTrait::shouldWriteGuardCoverage PHP Method

shouldWriteGuardCoverage() protected method

protected shouldWriteGuardCoverage ( float $data )
$data float
    protected function shouldWriteGuardCoverage($data)
    {
        $this->getGuardCoverageFileWriter()->shouldReceive('write')->once()->with($data);
    }