@@ -477,7 +477,7 @@ discard block |
||
| 477 | 477 | /** |
| 478 | 478 | * Get the user service mock object. |
| 479 | 479 | * |
| 480 | - * @return \eZ\Publish\API\Repository\UserService |
|
| 480 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 481 | 481 | */ |
| 482 | 482 | protected function getUserServiceMock() |
| 483 | 483 | { |
@@ -510,7 +510,7 @@ discard block |
||
| 510 | 510 | /** |
| 511 | 511 | * Get the content type service mock object. |
| 512 | 512 | * |
| 513 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 513 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 514 | 514 | */ |
| 515 | 515 | protected function getContentTypeServiceMock() |
| 516 | 516 | { |
@@ -36,7 +36,7 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * Gets the exception. |
| 38 | 38 | * |
| 39 | - * @return \Exception |
|
| 39 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 40 | 40 | */ |
| 41 | 41 | protected function getException() |
| 42 | 42 | { |
@@ -100,6 +100,9 @@ |
||
| 100 | 100 | ); |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | + /** |
|
| 104 | + * @return DeprecationWarnerInterface |
|
| 105 | + */ |
|
| 103 | 106 | public function getDeprecationWarnerMock() |
| 104 | 107 | { |
| 105 | 108 | if (!isset($this->deprecationWarnerMock)) { |
@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | use eZ\Publish\API\Repository\ContentTypeService as APIContentTypeService; |
| 15 | 15 | use eZ\Publish\API\Repository\LocationService as APILocationService; |
| 16 | 16 | use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException; |
| 17 | -use eZ\Publish\API\Repository\Values\Content\ContentInfo as APIContentInfo; |
|
| 17 | +use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
| 18 | 18 | use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType; |
| 19 | 19 | use eZ\Publish\API\Repository\Values\Content\Location as APILocation; |
| 20 | 20 | use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; |
@@ -33,7 +33,6 @@ discard block |
||
| 33 | 33 | use eZ\Publish\Core\Repository\Helper\NameSchemaService; |
| 34 | 34 | use eZ\Publish\API\Repository\Values\Content\Field; |
| 35 | 35 | use eZ\Publish\Core\FieldType\Value; |
| 36 | -use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
| 37 | 36 | use eZ\Publish\API\Repository\Values\Content\VersionInfo as APIVersionInfo; |
| 38 | 37 | use eZ\Publish\Core\Repository\Values\ContentType\ContentType; |
| 39 | 38 | use eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition; |
@@ -96,7 +96,7 @@ |
||
| 96 | 96 | /** |
| 97 | 97 | * Gets the inner HTTP client mock. |
| 98 | 98 | * |
| 99 | - * @return \eZ\Publish\Core\REST\Client\HttpClient |
|
| 99 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 100 | 100 | */ |
| 101 | 101 | protected function getInnerHttpClientMock() |
| 102 | 102 | { |
@@ -211,7 +211,7 @@ |
||
| 211 | 211 | } |
| 212 | 212 | |
| 213 | 213 | /** |
| 214 | - * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\REST\Common\RequestParser |
|
| 214 | + * @return RequestParser |
|
| 215 | 215 | */ |
| 216 | 216 | protected function getRequestParserMock() |
| 217 | 217 | { |
@@ -139,7 +139,7 @@ discard block |
||
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | /** |
| 142 | - * @return \eZ\Publish\Core\REST\Common\RequestParser|\PHPUnit\Framework\MockObject\MockObject |
|
| 142 | + * @return RequestParser |
|
| 143 | 143 | */ |
| 144 | 144 | protected function getRequestParser() |
| 145 | 145 | { |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | /** |
| 154 | - * @return \Symfony\Component\Routing\RouterInterface|\PHPUnit\Framework\MockObject\MockObject |
|
| 154 | + * @return RouterInterface |
|
| 155 | 155 | */ |
| 156 | 156 | protected function getRouterMock() |
| 157 | 157 | { |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | /** |
| 194 | - * @return \Symfony\Component\Routing\RouterInterface|\PHPUnit\Framework\MockObject\MockObject |
|
| 194 | + * @return RouterInterface |
|
| 195 | 195 | */ |
| 196 | 196 | protected function getTemplatedRouterMock() |
| 197 | 197 | { |
@@ -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 | { |