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

testCreateLocationFromRow() public method

    public function testCreateLocationFromRow()
    {
        $mapper = new Mapper();
        $location = $mapper->createLocationFromRow($this->locationRow);
        $this->assertPropertiesCorrect($this->locationValues, $location);
    }