@@ -27,7 +27,7 @@ |
||
27 | 27 | * NOT take care for test case wide caching of the field type, just return |
28 | 28 | * a new instance from this method! |
29 | 29 | * |
30 | - * @return \eZ\Publish\Core\FieldType\Relation\Type |
|
30 | + * @return RelationList |
|
31 | 31 | */ |
32 | 32 | protected function createFieldTypeUnderTest() |
33 | 33 | { |
@@ -30,7 +30,7 @@ |
||
30 | 30 | * NOT take care for test case wide caching of the field type, just return |
31 | 31 | * a new instance from this method! |
32 | 32 | * |
33 | - * @return FieldType |
|
33 | + * @return Selection |
|
34 | 34 | */ |
35 | 35 | protected function createFieldTypeUnderTest() |
36 | 36 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * NOT take care for test case wide caching of the field type, just return |
30 | 30 | * a new instance from this method! |
31 | 31 | * |
32 | - * @return FieldType |
|
32 | + * @return Time |
|
33 | 33 | */ |
34 | 34 | protected function createFieldTypeUnderTest() |
35 | 35 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * NOT take care for test case wide caching of the field type, just return |
29 | 29 | * a new instance from this method! |
30 | 30 | * |
31 | - * @return FieldType |
|
31 | + * @return UrlType |
|
32 | 32 | */ |
33 | 33 | protected function createFieldTypeUnderTest() |
34 | 34 | { |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * NOT take care for test case wide caching of the field type, just return |
29 | 29 | * a new instance from this method! |
30 | 30 | * |
31 | - * @return FieldType |
|
31 | + * @return UserType |
|
32 | 32 | */ |
33 | 33 | protected function createFieldTypeUnderTest() |
34 | 34 | { |
@@ -474,6 +474,9 @@ |
||
474 | 474 | ); |
475 | 475 | } |
476 | 476 | |
477 | + /** |
|
478 | + * @param boolean $persistenceCalled |
|
479 | + */ |
|
477 | 480 | protected function assertContentHandlerExpectations($callNo, $persistenceCalled, $contentId, $contentInfo) |
478 | 481 | { |
479 | 482 | $this->getPersistenceMock() |
@@ -213,6 +213,11 @@ |
||
213 | 213 | $this->assertFalse($normalizer->accept($input)); |
214 | 214 | } |
215 | 215 | |
216 | + /** |
|
217 | + * @param string $documentElement |
|
218 | + * @param string $namespace |
|
219 | + * @param string $dtdPath |
|
220 | + */ |
|
216 | 221 | protected function getNormalizer($documentElement, $namespace, $dtdPath) |
217 | 222 | { |
218 | 223 | return new DocumentTypeDefinition($documentElement, $namespace, $dtdPath); |
@@ -41,7 +41,7 @@ |
||
41 | 41 | * Registers an eZ Publish field type. |
42 | 42 | * Field types are being registered as a closure so that they will be lazy loaded. |
43 | 43 | * |
44 | - * @param string $nameableFieldTypeServiceId The field type nameable service Id |
|
44 | + * @param string $fieldTypeServiceId The field type nameable service Id |
|
45 | 45 | * @param string $fieldTypeAlias The field type alias (e.g. "ezstring") |
46 | 46 | */ |
47 | 47 | public function registerNonNameableFieldType($fieldTypeServiceId, $fieldTypeAlias) |
@@ -22,6 +22,9 @@ |
||
22 | 22 | return $treeBuilder; |
23 | 23 | } |
24 | 24 | |
25 | + /** |
|
26 | + * @param \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition $rootNode |
|
27 | + */ |
|
25 | 28 | public function addRestRootResourcesSection($rootNode) |
26 | 29 | { |
27 | 30 | $systemNode = $this->generateScopeBaseNode($rootNode); |