eZ\Publish\Core\Persistence\Tests\FieldTypeRegistryTest::testGetNotFoundBCException PHP Метод

testGetNotFoundBCException() публичный Метод

    public function testGetNotFoundBCException()
    {
        $registry = new FieldTypeRegistry(array());
        $registry->getFieldType('not-found');
    }