eZ\Publish\Core\Persistence\Legacy\Tests\Content\Location\MapperTest::testGetLocationCreateStruct PHP Method

testGetLocationCreateStruct() public method

    public function testGetLocationCreateStruct()
    {
        $mapper = new Mapper();
        $createStruct = $mapper->getLocationCreateStruct($this->locationRow);
        $this->assertNotEquals($this->locationRow['remote_id'], $createStruct->remoteId);
        $this->assertPropertiesCorrect($this->locationCreateStructValues, $createStruct);
    }