@@ -52,7 +52,7 @@ |
||
52 | 52 | * NOT take care for test case wide caching of the field type, just return |
53 | 53 | * a new instance from this method! |
54 | 54 | * |
55 | - * @return FieldType |
|
55 | + * @return ImageType |
|
56 | 56 | */ |
57 | 57 | protected function createFieldTypeUnderTest() |
58 | 58 | { |
@@ -98,6 +98,9 @@ |
||
98 | 98 | ); |
99 | 99 | } |
100 | 100 | |
101 | + /** |
|
102 | + * @return \eZ\Publish\Core\Base\Utils\DeprecationWarnerInterface |
|
103 | + */ |
|
101 | 104 | public function getDeprecationWarnerMock() |
102 | 105 | { |
103 | 106 | if (!isset($this->deprecationWarnerMock)) { |