eZ\Publish\Core\REST\Common\Tests\FieldTypeProcessorRegistryTest::testGetProcessorNotFoundException PHP Method

testGetProcessorNotFoundException() public method

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