eZ\Publish\Core\Repository\Tests\Helper\FieldTypeRegistryTest::testGetFieldTypeThrowsRuntimeExceptionIncorrectType PHP 메소드

testGetFieldTypeThrowsRuntimeExceptionIncorrectType() 공개 메소드

    public function testGetFieldTypeThrowsRuntimeExceptionIncorrectType()
    {
        $registry = new FieldTypeRegistry(array('none' => "I'm not a field type"));
        $registry->getFieldType('none');
    }