PhpGitHooks\Module\Git\Tests\Infrastructure\OutputInterfaceTrait::shouldWriteOutput PHP Метод

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

protected shouldWriteOutput ( string $message )
$message string
    protected function shouldWriteOutput($message)
    {
        $this->getOutputInterface()->shouldReceive('write')->once()->with($message);
    }