Completed
Push — master ( 28c8cd...7e44c6 )
by André
18:53
created
eZ/Publish/Core/REST/Server/Tests/Input/Parser/ContentTypeCreateTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
     /**
260 260
      * Returns the FieldDefinitionCreate parser mock object.
261 261
      *
262
-     * @return \eZ\Publish\Core\REST\Server\Input\Parser\FieldDefinitionCreate
262
+     * @return \PHPUnit_Framework_MockObject_MockObject
263 263
      */
264 264
     private function getFieldDefinitionCreateParserMock()
265 265
     {
@@ -276,7 +276,7 @@  discard block
 block discarded – undo
276 276
     /**
277 277
      * Get the content type service mock object.
278 278
      *
279
-     * @return \eZ\Publish\API\Repository\ContentTypeService
279
+     * @return \PHPUnit_Framework_MockObject_MockObject
280 280
      */
281 281
     protected function getContentTypeServiceMock()
282 282
     {
Please login to merge, or discard this patch.
Publish/Core/REST/Server/Tests/Input/Parser/ContentTypeGroupInputTest.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.
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
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     /**
172 172
      * Get the content type service mock object.
173 173
      *
174
-     * @return \eZ\Publish\API\Repository\ContentTypeService
174
+     * @return \PHPUnit_Framework_MockObject_MockObject
175 175
      */
176 176
     protected function getContentTypeServiceMock()
177 177
     {
Please login to merge, or discard this patch.
Publish/Core/REST/Server/Tests/Input/Parser/FieldDefinitionCreateTest.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.
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
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * Get the FieldTypeParser mock object.
163 163
      *
164
-     * @return \eZ\Publish\Core\REST\Common\Input\FieldTypeParser
164
+     * @return \PHPUnit_Framework_MockObject_MockObject
165 165
      */
166 166
     protected function getFieldTypeParserMock()
167 167
     {
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
     /**
195 195
      * Get the content type service mock object.
196 196
      *
197
-     * @return \eZ\Publish\API\Repository\ContentTypeService
197
+     * @return \PHPUnit_Framework_MockObject_MockObject
198 198
      */
199 199
     protected function getContentTypeServiceMock()
200 200
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/LocationCreateTest.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.
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
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     /**
128 128
      * Get the location service mock object.
129 129
      *
130
-     * @return \eZ\Publish\API\Repository\LocationService
130
+     * @return \PHPUnit_Framework_MockObject_MockObject
131 131
      */
132 132
     protected function getLocationServiceMock()
133 133
     {
Please login to merge, or discard this patch.
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.