We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94092f commit 248870aCopy full SHA for 248870a
dev/tests/functional/tests/app/Magento/CatalogRule/Test/Handler/CatalogRule/Curl.php
@@ -35,7 +35,7 @@ class Curl extends Conditions implements CatalogRuleInterface
35
'attribute' => 'category_ids',
36
],
37
'Attribute' => [
38
- 'type' => 'Magento\CatalogRule\Model\Rule\Condition\Product',
+ 'type' => \Magento\CatalogRule\Model\Rule\Condition\Product::class,
39
'attribute' => 'attribute_id',
40
41
];
0 commit comments