App\Console\Commands\Test::getOptions PHP Method

getOptions() protected method

protected getOptions ( )
    protected function getOptions()
    {
        return [['phpunit', false, InputOption::VALUE_NONE, 'Run phpunit tests.', null]];
    }