@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | /** |
| 121 | - * @return \eZ\Publish\API\Repository\LocationService|\PHPUnit_Framework_MockObject_MockObject |
|
| 121 | + * @return LocationService |
|
| 122 | 122 | */ |
| 123 | 123 | public function getLocationServiceMock() |
| 124 | 124 | { |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | } |
| 127 | 127 | |
| 128 | 128 | /** |
| 129 | - * @return \eZ\Publish\API\Repository\ContentService|\PHPUnit_Framework_MockObject_MockObject |
|
| 129 | + * @return ContentService |
|
| 130 | 130 | */ |
| 131 | 131 | public function getContentServiceMock() |
| 132 | 132 | { |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | } |
| 135 | 135 | |
| 136 | 136 | /** |
| 137 | - * @return \eZ\Publish\API\Repository\ContentTypeService|\PHPUnit_Framework_MockObject_MockObject |
|
| 137 | + * @return ContentTypeService |
|
| 138 | 138 | */ |
| 139 | 139 | public function getContentTypeServiceMock() |
| 140 | 140 | { |
@@ -98,6 +98,9 @@ |
||
| 98 | 98 | ); |
| 99 | 99 | } |
| 100 | 100 | |
| 101 | + /** |
|
| 102 | + * @return \eZ\Publish\Core\Base\Utils\DeprecationWarnerInterface |
|
| 103 | + */ |
|
| 101 | 104 | public function getDeprecationWarnerMock() |
| 102 | 105 | { |
| 103 | 106 | if (!isset($this->deprecationWarnerMock)) { |