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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$locationCreateStructValues array Expected Location CreateStruct object properties values.
$locationRow array Location data from the database.
$locationValues array Expected Location object properties values.

Méthodes publiques

Méthode Description
testCreateLocationFromRow ( )
testCreateLocationFromRowWithPrefix ( )
testCreateLocationsFromRows ( )
testCreateTrashedFromRow ( )
testGetLocationCreateStruct ( )

Method Details

testCreateLocationFromRow() public méthode

testCreateLocationFromRowWithPrefix() public méthode

testCreateLocationsFromRows() public méthode

testCreateTrashedFromRow() public méthode

testGetLocationCreateStruct() public méthode

Property Details

$locationCreateStructValues protected_oe property

Expected Location CreateStruct object properties values.
protected array $locationCreateStructValues
Résultat array

$locationRow protected_oe property

Location data from the database.
protected array $locationRow
Résultat array

$locationValues protected_oe property

Expected Location object properties values.
protected array $locationValues
Résultat array