eZ\Publish\Core\Persistence\Legacy\Tests\Content\FieldValue\Converter\KeywordTest::testToFieldValue PHP Method

testToFieldValue() public method

public testToFieldValue ( )
    public function testToFieldValue()
    {
        $storageFieldValue = new StorageFieldValue();
        $fieldValue = new FieldValue();
        $this->converter->toFieldValue($storageFieldValue, $fieldValue);
        $this->assertSame(array(), $fieldValue->data);
        $this->assertNull($fieldValue->sortKey);
    }