eZ\Publish\Core\Persistence\Tests\FieldTypeRegistryTest::testGetNotCallableOrInstance PHP 메소드

testGetNotCallableOrInstance() 공개 메소드

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