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 bdbbda4 commit f5769cfCopy full SHA for f5769cf
lib/internal/Magento/Framework/EntityManager/Test/Unit/OperationPoolTest.php
@@ -21,7 +21,7 @@ public function testGetOperationUsesDefaultValueForEntityThatDoesNotProvideCusto
21
22
$objectManagerMock->expects($this->once())
23
->method('get')
24
- ->with('Magento\Framework\EntityManager\Operation\Read');
+ ->with(\Magento\Framework\EntityManager\Operation\Read::class);
25
$operationPool->getOperation('entity_type', 'read');
26
}
27
0 commit comments