We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b681f commit 8aeca20Copy full SHA for 8aeca20
Tests/Functional/Helper/QueryFilterHelperTest.php
@@ -370,7 +370,7 @@ public function testGetCustomValueValueExpression(): void
370
);
371
372
$this->assertMatchWhere(
373
- 'test_value.value >= :pard',
+ 'test_value.value >= :parl',
374
[
375
'glue' => 'and',
376
'field' => 'cmf_'.$this->getFixtureById('custom_object_product')->getId(),
@@ -388,7 +388,7 @@ public function testGetCustomValueValueExpression(): void
388
389
390
391
- 'test_value.value <= :pare',
+ 'test_value.value <= :parm',
392
393
394
0 commit comments