Eris\PHPUnitCommandTest::commandExamples PHP 메소드

commandExamples() 공개 정적인 메소드

public static commandExamples ( )
    public static function commandExamples()
    {
        return [['Foo::testBar', 'ERIS_SEED=42 vendor/bin/phpunit --filter \'Foo::testBar\''], ['Foo\\Bar::testBaz', 'ERIS_SEED=42 vendor/bin/phpunit --filter \'Foo\\\\Bar::testBaz\'']];
    }