mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Combined strings of Testsuite Shell's description to a one translatable sentence.
This commit is contained in:
parent
faa4262969
commit
af48904117
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ class TestsuiteShell extends TestShell {
|
|||
$parser = parent::getOptionParser();
|
||||
$parser->description(array(
|
||||
__d('cake_console', 'The CakePHP Testsuite allows you to run test cases from the command line'),
|
||||
__d('cake_console', '<warning>This shell is for backwards-compatibility only</warning>'),
|
||||
__d('cake_console', 'use the test shell instead')
|
||||
__d('cake_console', "<warning>This shell is for backwards-compatibility only</warning>\nuse the test shell instead"),
|
||||
));
|
||||
|
||||
return $parser;
|
||||
|
|
Loading…
Reference in a new issue