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

testGetNotCallableOrInstance() public method

    public function testGetNotCallableOrInstance()
    {
        $registry = new FieldTypeRegistry(array('some-type' => new \DateTime()));
        $registry->getFieldType('some-type');
    }