@@ -525,6 +525,11 @@ |
||
525 | 525 | $relationProcessor->processFieldRelations([], 24, 2, $contentTypeMock, $existingRelations); |
526 | 526 | } |
527 | 527 | |
528 | + /** |
|
529 | + * @param integer $id |
|
530 | + * @param null|integer $fieldDefinitionId |
|
531 | + * @param integer $contentId |
|
532 | + */ |
|
528 | 533 | protected function getStubbedRelation($id, $type, $fieldDefinitionId, $contentId) |
529 | 534 | { |
530 | 535 | return new \eZ\Publish\Core\Repository\Values\Content\Relation( |