Inheritance: implements eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter
コード例 #1
0
ファイル: UrlTest.php プロジェクト: nlescure/ezpublish-kernel
 /**
  * @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());
 }