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

getArguments() protected method

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('file', InputOption::VALUE_OPTIONAL, 'Specify a test files.'));
    }