eZ\Publish\Core\Persistence\Legacy\Tests\Content\FieldValueConverterRegistryTest::testGetNotFound PHP Method

testGetNotFound() public method

public testGetNotFound ( )
    public function testGetNotFound()
    {
        $registry = new Registry(array());
        $registry->getConverter('not-found');
    }