Completed
Push — master ( 28c8cd...7e44c6 )
by André
18:53
created
eZ/Publish/Core/REST/Server/Tests/Input/Parser/ObjectStateCreateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
     /**
250 250
      * Get the object state service mock object.
251 251
      *
252
-     * @return \eZ\Publish\API\Repository\ObjectStateService
252
+     * @return \PHPUnit_Framework_MockObject_MockObject
253 253
      */
254 254
     protected function getObjectStateServiceMock()
255 255
     {
Please login to merge, or discard this patch.
Publish/Core/REST/Server/Tests/Input/Parser/ObjectStateGroupCreateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
     /**
206 206
      * Get the object state service mock object.
207 207
      *
208
-     * @return \eZ\Publish\API\Repository\ObjectStateService
208
+     * @return \PHPUnit_Framework_MockObject_MockObject
209 209
      */
210 210
     protected function getObjectStateServiceMock()
211 211
     {
Please login to merge, or discard this patch.
Publish/Core/REST/Server/Tests/Input/Parser/ObjectStateGroupUpdateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     /**
117 117
      * Get the object state service mock object.
118 118
      *
119
-     * @return \eZ\Publish\API\Repository\ObjectStateService
119
+     * @return \PHPUnit_Framework_MockObject_MockObject
120 120
      */
121 121
     protected function getObjectStateServiceMock()
122 122
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/ObjectStateUpdateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     /**
117 117
      * Get the object state service mock object.
118 118
      *
119
-     * @return \eZ\Publish\API\Repository\ObjectStateService
119
+     * @return \PHPUnit_Framework_MockObject_MockObject
120 120
      */
121 121
     protected function getObjectStateServiceMock()
122 122
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/PolicyCreateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
     /**
248 248
      * Get the role service mock object.
249 249
      *
250
-     * @return \eZ\Publish\API\Repository\RoleService
250
+     * @return \PHPUnit_Framework_MockObject_MockObject
251 251
      */
252 252
     protected function getRoleServiceMock()
253 253
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/PolicyUpdateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
     /**
158 158
      * Get the role service mock object.
159 159
      *
160
-     * @return \eZ\Publish\API\Repository\RoleService
160
+     * @return \PHPUnit_Framework_MockObject_MockObject
161 161
      */
162 162
     protected function getRoleServiceMock()
163 163
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/RoleInputTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     /**
89 89
      * Get the role service mock object.
90 90
      *
91
-     * @return \eZ\Publish\API\Repository\RoleService
91
+     * @return \PHPUnit_Framework_MockObject_MockObject
92 92
      */
93 93
     protected function getRoleServiceMock()
94 94
     {
Please login to merge, or discard this patch.
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.