'identifiers' =>
['0915d54fbf80423c917c61ad5a391b48', '6f7a6b89579149b5b687853271608949'
],
'operator' => Rule::OPERATOR_EQ,
],
],
],
$this->context
);
static::
assertNotNull($this->conditionRepository->
search(new Criteria([$id]),
$this->context
)->
get($id));
} public function testNotMatchesWithoutId(): void
{ $matches =
$this->
getLineItemRule()->
match( new LineItemScope( $this->
createLineItem(),
$this->
createMock(SalesChannelContext::
class) ) );
static::
assertFalse($matches);
} public function testMatchesWithReferencedId(): void
{