@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | } |
| 117 | 117 | |
| 118 | 118 | /** |
| 119 | - * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor |
|
| 119 | + * @return ValueObjectVisitor |
|
| 120 | 120 | */ |
| 121 | 121 | private function getValueObjectVisitorMock() |
| 122 | 122 | { |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | /** |
| 127 | - * @return \PHPUnit_Framework_MockObject_MockObject|Common\Output\Visitor |
|
| 127 | + * @return Visitor |
|
| 128 | 128 | */ |
| 129 | 129 | private function getOutputVisitorMock() |
| 130 | 130 | { |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | /** |
| 139 | - * @return \PHPUnit_Framework_MockObject_MockObject|Common\Output\Generator |
|
| 139 | + * @return Generator |
|
| 140 | 140 | */ |
| 141 | 141 | private function getOutputGeneratorMock() |
| 142 | 142 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | /** |
| 64 | 64 | * Get the Request parser. |
| 65 | 65 | * |
| 66 | - * @return \eZ\Publish\Core\REST\Common\RequestParser|\PHPUnit_Framework_MockObject_MockObject |
|
| 66 | + * @return RequestParser |
|
| 67 | 67 | */ |
| 68 | 68 | protected function getRequestParserMock() |
| 69 | 69 | { |
@@ -520,7 +520,7 @@ discard block |
||
| 520 | 520 | /** |
| 521 | 521 | * Get the field type parser mock object. |
| 522 | 522 | * |
| 523 | - * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser; |
|
| 523 | + * @return FieldTypeParser |
|
| 524 | 524 | */ |
| 525 | 525 | private function getFieldTypeParserMock() |
| 526 | 526 | { |
@@ -547,7 +547,7 @@ discard block |
||
| 547 | 547 | /** |
| 548 | 548 | * Returns the LocationCreate parser mock object. |
| 549 | 549 | * |
| 550 | - * @return \eZ\Publish\Core\REST\Server\Input\Parser\LocationCreate |
|
| 550 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 551 | 551 | */ |
| 552 | 552 | private function getLocationCreateParserMock() |
| 553 | 553 | { |
@@ -564,7 +564,7 @@ discard block |
||
| 564 | 564 | /** |
| 565 | 565 | * Get the content service mock object. |
| 566 | 566 | * |
| 567 | - * @return \eZ\Publish\API\Repository\ContentService |
|
| 567 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 568 | 568 | */ |
| 569 | 569 | protected function getContentServiceMock() |
| 570 | 570 | { |
@@ -594,7 +594,7 @@ discard block |
||
| 594 | 594 | /** |
| 595 | 595 | * Get the content type service mock object. |
| 596 | 596 | * |
| 597 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 597 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 598 | 598 | */ |
| 599 | 599 | protected function getContentTypeServiceMock() |
| 600 | 600 | { |
@@ -259,7 +259,7 @@ discard block |
||
| 259 | 259 | /** |
| 260 | 260 | * Returns the FieldDefinitionCreate parser mock object. |
| 261 | 261 | * |
| 262 | - * @return \eZ\Publish\Core\REST\Server\Input\Parser\FieldDefinitionCreate |
|
| 262 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 263 | 263 | */ |
| 264 | 264 | private function getFieldDefinitionCreateParserMock() |
| 265 | 265 | { |
@@ -276,7 +276,7 @@ discard block |
||
| 276 | 276 | /** |
| 277 | 277 | * Get the content type service mock object. |
| 278 | 278 | * |
| 279 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 279 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 280 | 280 | */ |
| 281 | 281 | protected function getContentTypeServiceMock() |
| 282 | 282 | { |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | /** |
| 90 | 90 | * Get the content type service mock object. |
| 91 | 91 | * |
| 92 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 92 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 93 | 93 | */ |
| 94 | 94 | protected function getContentTypeServiceMock() |
| 95 | 95 | { |
@@ -171,7 +171,7 @@ |
||
| 171 | 171 | /** |
| 172 | 172 | * Get the content type service mock object. |
| 173 | 173 | * |
| 174 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 174 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 175 | 175 | */ |
| 176 | 176 | protected function getContentTypeServiceMock() |
| 177 | 177 | { |
@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | /** |
| 196 | 196 | * Get the FieldTypeParser mock object. |
| 197 | 197 | * |
| 198 | - * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser |
|
| 198 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 199 | 199 | */ |
| 200 | 200 | protected function getFieldTypeParserMock() |
| 201 | 201 | { |
@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | /** |
| 229 | 229 | * Get the content type service mock object. |
| 230 | 230 | * |
| 231 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 231 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 232 | 232 | */ |
| 233 | 233 | protected function getContentTypeServiceMock() |
| 234 | 234 | { |
@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | /** |
| 162 | 162 | * Get the FieldTypeParser mock object. |
| 163 | 163 | * |
| 164 | - * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser |
|
| 164 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 165 | 165 | */ |
| 166 | 166 | protected function getFieldTypeParserMock() |
| 167 | 167 | { |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | /** |
| 195 | 195 | * Get the content type service mock object. |
| 196 | 196 | * |
| 197 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 197 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 198 | 198 | */ |
| 199 | 199 | protected function getContentTypeServiceMock() |
| 200 | 200 | { |
@@ -178,7 +178,7 @@ |
||
| 178 | 178 | /** |
| 179 | 179 | * Get the location service mock object. |
| 180 | 180 | * |
| 181 | - * @return \eZ\Publish\API\Repository\LocationService |
|
| 181 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 182 | 182 | */ |
| 183 | 183 | protected function getLocationServiceMock() |
| 184 | 184 | { |