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