Skip to content

Commit 107eafc

Browse files
Indrani SonawaneIndrani Sonawane
authored andcommitted
Fixed static test failure
1 parent 014a9af commit 107eafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Test/Unit/Controller/Result/AsyncCssPluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
class AsyncCssPluginTest extends TestCase
2626
{
27-
const STUB_XML_PATH_USE_CSS_CRITICAL_PATH = 'dev/css/use_css_critical_path';
27+
private const STUB_XML_PATH_USE_CSS_CRITICAL_PATH = 'dev/css/use_css_critical_path';
2828

2929
/**
3030
* @var AsyncCssPlugin

0 commit comments

Comments
 (0)