Eris\PHPUnitCommandTest::commandExamples PHP Method

commandExamples() public static method

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\'']];
    }