mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
don't duplicate the arguments description
This commit is contained in:
parent
cccb6e9867
commit
868f8d21ad
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Test Suite Shell
|
||||
* Test Shell
|
||||
*
|
||||
* This Shell allows the running of test suites via the cake command line
|
||||
*
|
||||
|
@ -47,10 +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', 'Accepts'),
|
||||
__d('cake_console', ' - path to a file'),
|
||||
__d('cake_console', ' - path to a test file'),
|
||||
__d('cake_console', ' - <category> <test> (syntax used until 2.0)')
|
||||
))->addArgument('file', array(
|
||||
'help' => __d('cake_console', 'The path to the file, or test file, to test.'),
|
||||
'required' => false,
|
||||
|
|
Loading…
Add table
Reference in a new issue