use LineItemTestFixtureBehaviour;
private LineItemGroupPackagerInterface
$packager;
private MockObject&SalesChannelContext
$context;
protected function setUp(): void
{ parent::
setUp();
$this->packager =
new LineItemGroupUnitPriceNetPackager();
$this->context =
$this->
getMockBuilder(SalesChannelContext::
class)->
disableOriginalConstructor()->
getMock();
} /**
* This test verifies that our key identifier is not touched without recognizing it.
* Please keep in mind, if you change the identifier, there might still
* be old keys in the SetGroup entities in the database of shops, that
* try to execute a packager that does not exist anymore with this key.
*
* @group lineitemgroup
*/