ParaTest\Console\ParaTestApplication::getCommandName PHP Method

getCommandName() public method

public getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
$input Symfony\Component\Console\Input\InputInterface
return string
    public function getCommandName(InputInterface $input)
    {
        return 'paratest';
    }