Completed
Push — EZP-29984 ( 65bc09...6aa958 )
by André
25:18
created
eZ/Publish/Core/REST/Server/Tests/Input/Parser/SectionInputTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     /**
82 82
      * Get the section service mock object.
83 83
      *
84
-     * @return \eZ\Publish\API\Repository\SectionService
84
+     * @return \PHPUnit_Framework_MockObject_MockObject
85 85
      */
86 86
     protected function getSectionServiceMock()
87 87
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserCreateTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -450,7 +450,7 @@  discard block
 block discarded – undo
450 450
     /**
451 451
      * Get the field type parser mock object.
452 452
      *
453
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
453
+     * @return FieldTypeParser
454 454
      */
455 455
     private function getFieldTypeParserMock()
456 456
     {
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserGroupUpdateTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
     /**
218 218
      * Get the field type parser mock object.
219 219
      *
220
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
220
+     * @return FieldTypeParser
221 221
      */
222 222
     private function getFieldTypeParserMock()
223 223
     {
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
     /**
245 245
      * Get the user service mock object.
246 246
      *
247
-     * @return \eZ\Publish\API\Repository\UserService
247
+     * @return \PHPUnit_Framework_MockObject_MockObject
248 248
      */
249 249
     protected function getUserServiceMock()
250 250
     {
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
     /**
263 263
      * Get the location service mock object.
264 264
      *
265
-     * @return \eZ\Publish\API\Repository\LocationService
265
+     * @return \PHPUnit_Framework_MockObject_MockObject
266 266
      */
267 267
     protected function getLocationServiceMock()
268 268
     {
@@ -291,7 +291,7 @@  discard block
 block discarded – undo
291 291
     /**
292 292
      * Get the content service mock object.
293 293
      *
294
-     * @return \eZ\Publish\API\Repository\ContentService
294
+     * @return \PHPUnit_Framework_MockObject_MockObject
295 295
      */
296 296
     protected function getContentServiceMock()
297 297
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserUpdateTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
     /**
248 248
      * Get the field type parser mock object.
249 249
      *
250
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
250
+     * @return FieldTypeParser
251 251
      */
252 252
     private function getFieldTypeParserMock()
253 253
     {
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
     /**
275 275
      * Get the user service mock object.
276 276
      *
277
-     * @return \eZ\Publish\API\Repository\UserService
277
+     * @return \PHPUnit_Framework_MockObject_MockObject
278 278
      */
279 279
     protected function getUserServiceMock()
280 280
     {
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
     /**
293 293
      * Get the Content service mock object.
294 294
      *
295
-     * @return \eZ\Publish\API\Repository\ContentService
295
+     * @return \PHPUnit_Framework_MockObject_MockObject
296 296
      */
297 297
     protected function getContentServiceMock()
298 298
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/VersionUpdateTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Get the field type parser mock object.
143 143
      *
144
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser;
144
+     * @return FieldTypeParser
145 145
      */
146 146
     private function getFieldTypeParserMock()
147 147
     {
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
     /**
169 169
      * Get the Content service mock object.
170 170
      *
171
-     * @return \eZ\Publish\API\Repository\ContentService
171
+     * @return \PHPUnit_Framework_MockObject_MockObject
172 172
      */
173 173
     protected function getContentServiceMock()
174 174
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/ContentTypeUpdateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Publish/Core/REST/Server/Tests/Input/Parser/FieldDefinitionUpdateTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/LocationUpdateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.