Skip to content

Commit 248870a

Browse files
author
Stanislav Idolov
committed
MAGETWO-51858: Convert literal class names to \Namespace\Classname::class
1 parent f94092f commit 248870a

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/CatalogRule/Test/Handler/CatalogRule

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/CatalogRule/Test/Handler/CatalogRule/Curl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Curl extends Conditions implements CatalogRuleInterface
3535
'attribute' => 'category_ids',
3636
],
3737
'Attribute' => [
38-
'type' => 'Magento\CatalogRule\Model\Rule\Condition\Product',
38+
'type' => \Magento\CatalogRule\Model\Rule\Condition\Product::class,
3939
'attribute' => 'attribute_id',
4040
],
4141
];

0 commit comments

Comments
 (0)