Skip to content

Commit a4261cf

Browse files
committed
Fixed static tests.
1 parent 7b97ed4 commit a4261cf

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Test/Unit/Model/Category/Attribute/Backend

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Category/Attribute/Backend/SortbyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class SortbyTest extends TestCase
2020
{
21-
const DEFAULT_ATTRIBUTE_CODE = 'attribute_name';
21+
private const DEFAULT_ATTRIBUTE_CODE = 'attribute_name';
2222

2323
/**
2424
* @var Sortby

0 commit comments

Comments
 (0)