We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb40804 commit fda03eeCopy full SHA for fda03ee
app/code/Magento/GoogleOptimizer/Test/Unit/Helper/DataTest.php
@@ -70,12 +70,12 @@ public function testGoogleExperimentIsEnabled($isExperimentsEnabled)
70
'isSetFlag'
71
)->withConsecutive(
72
[
73
- Data::XML_PATH_ENABLED,
+ self::XML_PATH_ENABLED,
74
ScopeInterface::SCOPE_STORE,
75
$store
76
],
77
78
- Data::XML_PATH_ENABLED_GA4,
+ self::XML_PATH_ENABLED_GA4,
79
80
81
]
0 commit comments