eZ\Publish\Core\REST\Common\Tests\FieldTypeProcessorRegistryTest::testGetProcessorNotFoundException PHP 메소드

testGetProcessorNotFoundException() 공개 메소드

    public function testGetProcessorNotFoundException()
    {
        $registry = new FieldTypeProcessorRegistry();
        $registry->getProcessor('my-type');
    }