/**
* This test verifies that our property is correctly
* assigned and returned in its getter.
*
* @group lineitemgroup
*/
public function tesSorterKeyProperty(): void
{ $group =
new LineItemGroupDefinition('ID-1', 'COUNT', 2, 'PRICE_ASC',
new RuleCollection());
static::
assertEquals('PRICE_ASC',
$group->
getSorterKey());
} /**
* This test verifies that our property is correctly
* assigned and returned in its getter.
*
* @group lineitemgroup
*/
public function testRulesProperty(): void
{ $ruleEntity =
$this->
buildRuleEntity(