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 bf8d430 commit 7ea4c6cCopy full SHA for 7ea4c6c
app/code/Magento/Catalog/Test/Unit/Model/Category/DataProviderTest.php
@@ -354,7 +354,7 @@ public function testGetMetaWithoutParentInheritanceResolving()
354
$categoryMock = $this->getMockBuilder(\Magento\Catalog\Model\Category::class)
355
->disableOriginalConstructor()
356
->getMock();
357
- $this->registry->expects($this->once())
+ $this->registry->expects($this->atLeastOnce())
358
->method('registry')
359
->with('category')
360
->willReturn($categoryMock);
0 commit comments