Skip to content

Commit 63d0646

Browse files
committed
ACP2E-961: Customer attribute 'Is required' attribute is not properly overridden per website scope in Admin
1 parent 664d61d commit 63d0646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/Customer/DataProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
*/
3939
class DataProviderTest extends TestCase
4040
{
41-
const ATTRIBUTE_CODE = 'test-code';
42-
const OPTIONS_RESULT = 'test-options';
41+
private const ATTRIBUTE_CODE = 'test-code';
42+
private const OPTIONS_RESULT = 'test-options';
4343

4444
/**
4545
* @var Config|MockObject

0 commit comments

Comments
 (0)