@@ -408,6 +408,9 @@ discard block |
||
| 408 | 408 | ); |
| 409 | 409 | } |
| 410 | 410 | |
| 411 | + /** |
|
| 412 | + * @return FieldTypeService |
|
| 413 | + */ |
|
| 411 | 414 | protected function getFieldTypeServiceMock() |
| 412 | 415 | { |
| 413 | 416 | if (!isset($this->fieldTypeServiceMock)) { |
@@ -417,6 +420,9 @@ discard block |
||
| 417 | 420 | return $this->fieldTypeServiceMock; |
| 418 | 421 | } |
| 419 | 422 | |
| 423 | + /** |
|
| 424 | + * @return FieldTypeProcessorRegistry |
|
| 425 | + */ |
|
| 420 | 426 | protected function getFieldTypeProcessorRegistryMock() |
| 421 | 427 | { |
| 422 | 428 | if (!isset($this->fieldTypeProcessorRegistryMock)) { |
@@ -435,6 +441,9 @@ discard block |
||
| 435 | 441 | return $this->fieldTypeProcessorMock; |
| 436 | 442 | } |
| 437 | 443 | |
| 444 | + /** |
|
| 445 | + * @return APIContentType |
|
| 446 | + */ |
|
| 438 | 447 | protected function getContentTypeMock() |
| 439 | 448 | { |
| 440 | 449 | if (!isset($this->contentTypeMock)) { |
@@ -453,6 +462,9 @@ discard block |
||
| 453 | 462 | return $this->fieldTypeMock; |
| 454 | 463 | } |
| 455 | 464 | |
| 465 | + /** |
|
| 466 | + * @return Generator |
|
| 467 | + */ |
|
| 456 | 468 | protected function getGeneratorMock() |
| 457 | 469 | { |
| 458 | 470 | if (!isset($this->generatorMock)) { |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | /** |
| 49 | 49 | * Get handler with required custom field types registered. |
| 50 | 50 | * |
| 51 | - * @return Handler |
|
| 51 | + * @return \eZ\Publish\SPI\Persistence\Handler |
|
| 52 | 52 | */ |
| 53 | 53 | public function getCustomHandler() |
| 54 | 54 | { |
@@ -9,10 +9,9 @@ |
||
| 9 | 9 | namespace eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests; |
| 10 | 10 | |
| 11 | 11 | use eZ\Publish\Core\MVC\Symfony\SiteAccess; |
| 12 | -use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIElement; |
|
| 12 | +use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIElement as URIElementMatcher; |
|
| 13 | 13 | use PHPUnit\Framework\TestCase; |
| 14 | 14 | use eZ\Publish\Core\MVC\Symfony\SiteAccess\Router; |
| 15 | -use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIElement as URIElementMatcher; |
|
| 16 | 15 | use eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest; |
| 17 | 16 | use eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilder; |
| 18 | 17 | use Psr\Log\LoggerInterface; |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * Tests the section parser. |
| 28 | 28 | * |
| 29 | - * @return \eZ\Publish\API\Repository\Values\Content\Content |
|
| 29 | + * @return \eZ\Publish\Core\REST\Client\Values\ContentType\FieldDefinition |
|
| 30 | 30 | */ |
| 31 | 31 | public function testParse() |
| 32 | 32 | { |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | /** |
| 90 | 90 | * Get FieldTypeProcessor mock object. |
| 91 | 91 | * |
| 92 | - * @return \eZ\Publish\Core\REST\Common\FieldTypeProcessor |
|
| 92 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 93 | 93 | */ |
| 94 | 94 | protected function getAProcessorMock() |
| 95 | 95 | { |
@@ -547,7 +547,7 @@ discard block |
||
| 547 | 547 | /** |
| 548 | 548 | * Returns the LocationCreate parser mock object. |
| 549 | 549 | * |
| 550 | - * @return \eZ\Publish\Core\REST\Server\Input\Parser\LocationCreate |
|
| 550 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 551 | 551 | */ |
| 552 | 552 | private function getLocationCreateParserMock() |
| 553 | 553 | { |
@@ -564,7 +564,7 @@ discard block |
||
| 564 | 564 | /** |
| 565 | 565 | * Get the content service mock object. |
| 566 | 566 | * |
| 567 | - * @return \eZ\Publish\API\Repository\ContentService |
|
| 567 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 568 | 568 | */ |
| 569 | 569 | protected function getContentServiceMock() |
| 570 | 570 | { |
@@ -594,7 +594,7 @@ discard block |
||
| 594 | 594 | /** |
| 595 | 595 | * Get the content type service mock object. |
| 596 | 596 | * |
| 597 | - * @return \eZ\Publish\API\Repository\ContentTypeService |
|
| 597 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 598 | 598 | */ |
| 599 | 599 | protected function getContentTypeServiceMock() |
| 600 | 600 | { |
@@ -259,7 +259,7 @@ discard block |
||
| 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 |
||
| 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 | { |
@@ -89,7 +89,7 @@ |
||
| 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 | { |
@@ -195,7 +195,7 @@ discard block |
||
| 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 |
||
| 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 | { |