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 05370a6 commit 5658b97Copy full SHA for 5658b97
app/code/Magento/Config/Test/Unit/Model/PreparedValueFactoryTest.php
@@ -181,9 +181,9 @@ public function createDataProvider()
181
'expects' => $this->once(),
182
'return' => true
183
],
184
- 'getBackendModel' => ['expects' => $this->once()]
+ 'getBackendModel' => ['expects' => $this->never()]
185
186
- 'valueFactory' => ['expects' => $this->never()]
+ 'valueFactory' => ['expects' => $this->once()]
187
188
[
189
'deploymentConfigIsAvailable' => ['return' => true],
0 commit comments