Esempio n. 1
0
 /**
  * @group fieldType
  * @group eztags
  * @covers \Netgen\TagsBundle\Core\Persistence\Legacy\Content\FieldValue\Converter\Tags::toFieldValue
  */
 public function testToFieldValue()
 {
     $storageFieldValue = new StorageFieldValue();
     $fieldValue = new FieldValue();
     $this->converter->toFieldValue($storageFieldValue, $fieldValue);
     $this->assertNull($fieldValue->data);
     $this->assertNull($fieldValue->sortKey);
 }