PhpGitHooks\Module\Shared\Tests\Infrastructure\InputInterfaceTrait::shouldGetInputFirstArgument PHP Method

shouldGetInputFirstArgument() protected method

protected shouldGetInputFirstArgument ( string $return )
$return string
    protected function shouldGetInputFirstArgument($return)
    {
        $this->getInput()->shouldReceive('getFirstArgument')->once()->andReturn($return);
    }