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 861f596 commit 9efb5adCopy full SHA for 9efb5ad
app/code/Magento/PageCache/Test/Unit/Model/App/FrontController/BuiltinPluginTest.php
@@ -219,7 +219,7 @@ public function testAroundDispatchDisabled($state)
219
->method('isEnabled')
220
->will($this->returnValue(true));
221
$this->versionMock
222
- ->expects($this->never())
+ ->expects($this->once())
223
->method('process');
224
$this->stateMock->expects($this->any())
225
->method('getMode')
0 commit comments