Skip to content

Commit 7027a32

Browse files
authored
Added visibility for const varible to fix static test
1 parent da9db89 commit 7027a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AdminAnalytics/Test/Unit/Controller/Adminhtml/Config/EnableAdminUsageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
class EnableAdminUsageTest extends \PHPUnit\Framework\TestCase
2626
{
27-
const STUB_PRODUCT_VERSION = 'Product Version';
27+
private const STUB_PRODUCT_VERSION = 'Product Version';
2828

2929
/** @var EnableAdminUsage */
3030
private $controller;

0 commit comments

Comments
 (0)