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

getInput() protected method

protected getInput ( ) : Mockery\MockInterface | Symfony\Component\Console\Input\InputInterface
return Mockery\MockInterface | Symfony\Component\Console\Input\InputInterface
    protected function getInput()
    {
        return $this->input = $this->input ?: Mock::get(InputInterface::class);
    }