Skip to content

Commit 3725ca0

Browse files
committed
AC-3005:;roll back ComposerInformationTest.php
1 parent 0b9d6e4 commit 3725ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Composer/Test/Unit/ComposerInformationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function setUp(): void
5454
->disableOriginalConstructor()
5555
->getMock();
5656
$this->lockerRepositoryMock = $this->getMockBuilder(LockArrayRepository::class)
57-
->setMethods(['getLockedRepository', 'getPackages'])
57+
->setMethods(['getLockedRepository','getPackages'])
5858
->disableOriginalConstructor()
5959
->getMock();
6060
$this->packageMock = $this->getMockForAbstractClass(CompletePackageInterface::class);

0 commit comments

Comments
 (0)