Inheritance: implements eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter
Beispiel #1
0
 /**
  * @group fieldType
  * @group url
  * @covers \eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\UrlConverter::toFieldDefinition
  */
 public function testToFieldDefinition()
 {
     $this->converter->toFieldDefinition(new StorageFieldDefinition(), new PersistenceFieldDefinition());
 }