PhpBench\Tests\Unit\Registry\ConfigTest::provideGoodName PHP Method

provideGoodName() public method

public provideGoodName ( )
    public function provideGoodName()
    {
        return [['helo'], ['foo-bar'], ['foo_bar']];
    }