We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40970b commit 5eea2c5Copy full SHA for 5eea2c5
Tests/Functional/Helper/QueryFilterHelperTest.php
@@ -353,7 +353,7 @@ public function testGetCustomValueValueExpression(): void
353
);
354
355
$this->assertMatchWhere(
356
- 'test_value.value >= :pard',
+ 'test_value.value >= :park',
357
[
358
'glue' => 'and',
359
'field' => 'cmf_'.$this->getFixtureById('custom_object_product')->getId(),
@@ -371,7 +371,7 @@ public function testGetCustomValueValueExpression(): void
371
372
373
374
- 'test_value.value <= :pare',
+ 'test_value.value <= :parl',
375
376
377
0 commit comments