@@ -125,6 +125,9 @@ |
||
125 | 125 | $this->assertNull($this->provider->loadMainLocation($contentId)); |
126 | 126 | } |
127 | 127 | |
128 | + /** |
|
129 | + * @param integer $mainLocationId |
|
130 | + */ |
|
128 | 131 | private function getContentMock(int $contentId, ?int $mainLocationId = null, bool $published = false): Content |
129 | 132 | { |
130 | 133 | $contentInfo = new APIContentInfo([ |