mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
update main descrition
This commit is contained in:
parent
511207494e
commit
d492c86ddc
1 changed files with 5 additions and 4 deletions
|
@ -47,11 +47,12 @@ class TestShell extends Shell {
|
||||||
$parser = new ConsoleOptionParser($this->name);
|
$parser = new ConsoleOptionParser($this->name);
|
||||||
$parser->description(array(
|
$parser->description(array(
|
||||||
__d('cake_console', 'The CakePHP Testsuite allows you to run test cases from the command line'),
|
__d('cake_console', 'The CakePHP Testsuite allows you to run test cases from the command line'),
|
||||||
))->addArgument('category', array(
|
__d('cake_console', 'Accepts'),
|
||||||
'help' => __d('cake_console', 'app, core or name of a plugin.'),
|
__d('cake_console', ' - path to a file'),
|
||||||
'required' => true
|
__d('cake_console', ' - path to a test file'),
|
||||||
|
__d('cake_console', ' - <category> <test> (syntax used until 2.0)')
|
||||||
))->addArgument('file', array(
|
))->addArgument('file', array(
|
||||||
'help' => __d('cake_console', 'file name with folder prefix and without the test.php suffix.'),
|
'help' => __d('cake_console', 'The path to the file, or test file, to test.'),
|
||||||
'required' => false,
|
'required' => false,
|
||||||
))->addOption('log-junit', array(
|
))->addOption('log-junit', array(
|
||||||
'help' => __d('cake_console', '<file> Log test execution in JUnit XML format to file.'),
|
'help' => __d('cake_console', '<file> Log test execution in JUnit XML format to file.'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue