We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16b6d5 commit af387ebCopy full SHA for af387eb
lib/internal/Magento/Framework/App/Test/Unit/ConfigTest.php
@@ -71,7 +71,7 @@ public function testGetValue($scope, $scopeCode = null)
71
}
72
$this->configType->expects($this->once())
73
->method('get')
74
- ->with($scope =='store' ? 'stores/path' : 'websites/mywebsite/path')
+ ->with($scope =='store' ? 'stores/path' : 'websites/myWebsite/path')
75
->willReturn(true);
76
77
$this->assertTrue($this->appConfig->getValue($path, $scope, $scopeCode ?: $this->scope));
0 commit comments