Skip to content

Commit 83e95d1

Browse files
committed
ACP2E-49: Incorrect Behavior from Data Patch Aliases
- Fixed the static test failure.
2 parents abc8e69 + 5bcdc75 commit 83e95d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Setup/Test/Unit/Patch/PatchApplierTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ public function testApplyDataPatchRollback($moduleName, $dataPatches, $moduleVer
379379
// phpstan:ignore
380380
$this->objectManagerMock->expects($this->any())->method('create')->willReturnMap(
381381
[
382-
['\\' . \SomeDataPatch::class , ['moduleDataSetup' => $this->moduleDataSetupMock], $patch1],
382+
['\\' . \SomeDataPatch::class, ['moduleDataSetup' => $this->moduleDataSetupMock], $patch1],
383383
['\\' . \OtherDataPatch::class, ['moduleDataSetup' => $this->moduleDataSetupMock], $patch2],
384384
]
385385
);

0 commit comments

Comments
 (0)