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

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

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