eZ\Publish\Core\Repository\Tests\Helper\FieldTypeRegistryTest::testGetClosureFieldTypeThrowsRuntimeExceptionIncorrectType PHP Method

testGetClosureFieldTypeThrowsRuntimeExceptionIncorrectType() public method

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