eZ\Publish\Core\Persistence\Tests\FieldTypeRegistryTest::testGetNotFound PHP Method

testGetNotFound() public method

Since: 5.3.2
public testGetNotFound ( )
    public function testGetNotFound()
    {
        $registry = new FieldTypeRegistry(array());
        $registry->getFieldType('not-found');
    }