App\Console\Commands\Test::getArguments PHP Méthode

getArguments() protected méthode

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