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 86ef559 commit f6d6cb7Copy full SHA for f6d6cb7
app/code/Magento/Backend/Test/Unit/App/Area/FrontNameResolverTest.php
@@ -125,11 +125,11 @@ public function testIsHostBackend(
125
string $customAdminUrl,
126
bool $expectedValue
127
): void {
128
- $this->scopeConfigMock->expects($this->once())
+ $this->scopeConfigMock
129
->method('isSetFlag')
130
->willReturn($useCustomAdminUrl);
131
132
133
->method('getValue')
134
->willReturnMap(
135
[
0 commit comments