PHP Trait PhpGitHooks\Module\Configuration\Tests\Infrastructure\IoInterfaceTrait

Exibir arquivo Open project: bruli/php-git-hooks

Protected Methods

Method Description
getIOInterface ( ) : Mockery\MockInterface | Composer\IO\IOInterface
shouldAsk ( string $question, string $default, string $return )

Method Details

getIOInterface() protected method

protected getIOInterface ( ) : Mockery\MockInterface | Composer\IO\IOInterface
return Mockery\MockInterface | Composer\IO\IOInterface

shouldAsk() protected method

protected shouldAsk ( string $question, string $default, string $return )
$question string
$default string
$return string