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 86... Zeile 86...
86
/**
86
/**
87
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
87
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
88
 */
88
 */
89
final class TestRunner extends BaseTestRunner
89
final class TestRunner extends BaseTestRunner
90
{
90
{
91
    public const SUCCESS_EXIT = 0;
91
    public const SUCCESS_EXIT   = 0;
92
 
-
 
93
    public const FAILURE_EXIT = 1;
92
    public const FAILURE_EXIT   = 1;
94
 
-
 
95
    public const EXCEPTION_EXIT = 2;
93
    public const EXCEPTION_EXIT = 2;
Zeile 96... Zeile 94...
96
 
94
 
97
    /**
95
    /**
98
     * @var CodeCoverageFilter
96
     * @var CodeCoverageFilter