Наследование: implements eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter
Пример #1
0
 /**
  * @group fieldType
  * @group keyword
  * @covers \eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\KeywordConverter::toFieldDefinition
  */
 public function testToFieldDefinition()
 {
     $this->converter->toFieldDefinition(new StorageFieldDefinition(), new PersistenceFieldDefinition());
 }