PHP Class eZ\Publish\Core\Persistence\Legacy\Tests\Content\Location\MapperTest

Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$locationCreateStructValues array Expected Location CreateStruct object properties values.
$locationRow array Location data from the database.
$locationValues array Expected Location object properties values.

Public Methods

Method Description
testCreateLocationFromRow ( )
testCreateLocationFromRowWithPrefix ( )
testCreateLocationsFromRows ( )
testCreateTrashedFromRow ( )
testGetLocationCreateStruct ( )

Method Details

testCreateLocationFromRow() public method

testCreateLocationFromRowWithPrefix() public method

testCreateLocationsFromRows() public method

testCreateTrashedFromRow() public method

testGetLocationCreateStruct() public method

Property Details

$locationCreateStructValues protected property

Expected Location CreateStruct object properties values.
protected array $locationCreateStructValues
return array

$locationRow protected property

Location data from the database.
protected array $locationRow
return array

$locationValues protected property

Expected Location object properties values.
protected array $locationValues
return array