Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 621 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 621 Revision 991
Zeile 25... Zeile 25...
25
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
25
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
26
 */
26
 */
27
final class Help
27
final class Help
28
{
28
{
29
    private const LEFT_MARGIN = '  ';
29
    private const LEFT_MARGIN = '  ';
30
 
-
 
31
    private const HELP_TEXT = [
30
    private const HELP_TEXT   = [
32
        'Usage' => [
31
        'Usage' => [
33
            ['text' => 'phpunit [options] UnitTest.php'],
32
            ['text' => 'phpunit [options] UnitTest.php'],
34
            ['text' => 'phpunit [options] <directory>'],
33
            ['text' => 'phpunit [options] <directory>'],
35
        ],
34
        ],