Combined strings of Testsuite Shell's description to a one translatable sentence.

This commit is contained in:
dmromanov 2013-08-08 00:28:38 +04:00
parent faa4262969
commit af48904117

View file

@ -42,8 +42,7 @@ class TestsuiteShell extends TestShell {
$parser = parent::getOptionParser(); $parser = parent::getOptionParser();
$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'),
__d('cake_console', '<warning>This shell is for backwards-compatibility only</warning>'), __d('cake_console', "<warning>This shell is for backwards-compatibility only</warning>\nuse the test shell instead"),
__d('cake_console', 'use the test shell instead')
)); ));
return $parser; return $parser;