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 8d3b0c0 commit 9c2632aCopy full SHA for 9c2632a
app/code/Magento/Backend/Test/Unit/Console/Command/AbstractCacheManageCommandTest.php
@@ -21,7 +21,7 @@ public function setUp()
21
$this->eventManagerMock = $this->getMockBuilder('\Magento\Framework\Event\ManagerInterface')
22
->disableOriginalConstructor()
23
->getMock();
24
- $this->eventManagerMock->expects($this->any())->method('dispatch');
+ $this->eventManagerMock->expects($this->any())->method('dispatch')->with($this->cacheEventName);
25
parent::setUp();
26
}
27
0 commit comments