Skip to content

Commit f5769cf

Browse files
MAGETWO-71373: Cannot Install Magento without Some Modules
1 parent bdbbda4 commit f5769cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/EntityManager/Test/Unit/OperationPoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function testGetOperationUsesDefaultValueForEntityThatDoesNotProvideCusto
2121

2222
$objectManagerMock->expects($this->once())
2323
->method('get')
24-
->with('Magento\Framework\EntityManager\Operation\Read');
24+
->with(\Magento\Framework\EntityManager\Operation\Read::class);
2525
$operationPool->getOperation('entity_type', 'read');
2626
}
2727

0 commit comments

Comments
 (0)