PhpBench\Tests\Unit\Registry\ConfigTest::testGoodName PHP Метод

testGoodName() публичный Метод

It should allow good names.
public testGoodName ( $name )
    public function testGoodName($name)
    {
        $config = new Config($name, []);
        $this->assertEquals($name, $config->getName());
    }