Completed
Push — master ( e36a27...5807e5 )
by
unknown
48:11 queued 20:57
created
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserGroupUpdateTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 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.
Core/REST/Server/Tests/Output/ValueObjectVisitor/BadStateExceptionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Core/REST/Server/Tests/Output/ValueObjectVisitor/NotFoundExceptionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * Get the exception.
38 38
      *
39
-     * @return \Exception
39
+     * @return \PHPUnit\Framework\MockObject\MockObject
40 40
      */
41 41
     protected function getException()
42 42
     {
Please login to merge, or discard this patch.
Core/REST/Server/Tests/Security/RestSessionBasedAuthenticatorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
     }
211 211
 
212 212
     /**
213
-     * @param $userId
213
+     * @param integer $userId
214 214
      *
215 215
      * @return EzUser
216 216
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Tests/Content/HandlerContentSortTest.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,6 +118,9 @@  discard block
 block discarded – undo
118 118
 
119 119
     protected $contentTypeHandler;
120 120
 
121
+    /**
122
+     * @return \eZ\Publish\SPI\Persistence\Content\Type\Handler
123
+     */
121 124
     protected function getContentTypeHandler()
122 125
     {
123 126
         if (!isset($this->contentTypeHandler)) {
@@ -155,7 +158,7 @@  discard block
 block discarded – undo
155 158
     /**
156 159
      * Returns a content mapper mock.
157 160
      *
158
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper
161
+     * @return \PHPUnit\Framework\MockObject\MockObject
159 162
      */
160 163
     protected function getContentMapperMock()
161 164
     {
@@ -211,7 +214,7 @@  discard block
 block discarded – undo
211 214
     /**
212 215
      * Returns a content field handler mock.
213 216
      *
214
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler
217
+     * @return \PHPUnit\Framework\MockObject\MockObject
215 218
      */
216 219
     protected function getContentFieldHandlerMock()
217 220
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Tests/Content/HandlerContentTest.php 1 patch
Doc Comments   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,6 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * Assert that the elements are.
63
+     * @param \eZ\Publish\API\Repository\Values\Content\Search\SearchResult $searchResult
63 64
      */
64 65
     protected function assertSearchResults($expectedIds, $searchResult)
65 66
     {
@@ -237,6 +238,9 @@  discard block
 block discarded – undo
237 238
 
238 239
     protected $contentTypeHandler;
239 240
 
241
+    /**
242
+     * @return \eZ\Publish\SPI\Persistence\Content\Type\Handler
243
+     */
240 244
     protected function getContentTypeHandler()
241 245
     {
242 246
         if (!isset($this->contentTypeHandler)) {
@@ -277,7 +281,7 @@  discard block
 block discarded – undo
277 281
     /**
278 282
      * Returns a content mapper mock.
279 283
      *
280
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper
284
+     * @return \PHPUnit\Framework\MockObject\MockObject
281 285
      */
282 286
     protected function getContentMapperMock()
283 287
     {
@@ -316,7 +320,7 @@  discard block
 block discarded – undo
316 320
     /**
317 321
      * Returns a content field handler mock.
318 322
      *
319
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler
323
+     * @return \PHPUnit\Framework\MockObject\MockObject
320 324
      */
321 325
     protected function getContentFieldHandlerMock()
322 326
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Tests/Content/HandlerLocationSortTest.php 1 patch
Doc Comments   +9 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,6 +57,8 @@  discard block
 block discarded – undo
57 57
 
58 58
     /**
59 59
      * Assert that the elements are.
60
+     * @param integer[] $expectedIds
61
+     * @param \eZ\Publish\API\Repository\Values\Content\Search\SearchResult $locations
60 62
      */
61 63
     protected function assertSearchResults($expectedIds, $locations)
62 64
     {
@@ -141,6 +143,9 @@  discard block
 block discarded – undo
141 143
 
142 144
     protected $contentTypeHandler;
143 145
 
146
+    /**
147
+     * @return \eZ\Publish\SPI\Persistence\Content\Type\Handler
148
+     */
144 149
     protected function getContentTypeHandler()
145 150
     {
146 151
         if (!isset($this->contentTypeHandler)) {
@@ -160,6 +165,9 @@  discard block
 block discarded – undo
160 165
 
161 166
     protected $fieldRegistry;
162 167
 
168
+    /**
169
+     * @return ConverterRegistry
170
+     */
163 171
     protected function getConverterRegistry()
164 172
     {
165 173
         if (!isset($this->fieldRegistry)) {
@@ -187,7 +195,7 @@  discard block
 block discarded – undo
187 195
     /**
188 196
      * Returns a location mapper mock.
189 197
      *
190
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper
198
+     * @return \PHPUnit\Framework\MockObject\MockObject
191 199
      */
192 200
     protected function getLocationMapperMock()
193 201
     {
Please login to merge, or discard this patch.