'SELECT * FROM order_tag WHERE order_id = (:orderId)',
['orderId' => Uuid::
fromHexToBytes($this->ids->
get('tag_id'
))] );
static::
assertCount(0,
$orderTag);
} private function createDataTest(): void
{ $this->
addCountriesToSalesChannel();
$this->
prepareProductTest();
$this->
getContainer()->
get('tag.repository'
)->
create([ [ 'id' =>
$this->ids->
create('tag_id'
),
'name' => 'test tag',
],
[ 'id' =>
$this->ids->
create('tag_id2'
),
'name' => 'test tag2',
],
[