eZ\Publish\Core\REST\Client\Tests\FieldTypeServiceTest::testGetFieldTypeThrowsNotFoundException PHP Method

testGetFieldTypeThrowsNotFoundException() public method

    public function testGetFieldTypeThrowsNotFoundException()
    {
        $fieldTypeService = $this->getFieldTypeService();
        $fieldTypeService->getFieldType('my-type');
    }