mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
remove incorrect description text
This commit is contained in:
parent
6ccb1f2fb0
commit
511207494e
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ class TestShell extends Shell {
|
|||
$parser = new ConsoleOptionParser($this->name);
|
||||
$parser->description(array(
|
||||
__d('cake_console', 'The CakePHP Testsuite allows you to run test cases from the command line'),
|
||||
__d('cake_console', 'If run with no command line arguments, a list of available core test cases will be shown')
|
||||
))->addArgument('category', array(
|
||||
'help' => __d('cake_console', 'app, core or name of a plugin.'),
|
||||
'required' => true
|
||||
|
|
Loading…
Reference in a new issue