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 3a06d40 commit 3faa421Copy full SHA for 3faa421
lib/internal/Magento/Framework/App/Test/Unit/Config/InitialConfigSourceTest.php
@@ -49,6 +49,6 @@ public function testGet()
49
->method('load')
50
->with($this->fileKey)
51
->willReturn([$this->configType => [$path => 'value']]);
52
- $this->assertEquals('value', $this->source->get($path));
+ $this->assertEquals([$path => 'value'], $this->source->get());
53
}
54
0 commit comments