Skip to content

Commit 8f5825f

Browse files
committed
ACPT-1223: Fix Unit Tests for application-server PR
1 parent 2ce688b commit 8f5825f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected function setUp(): void
3232
->disableOriginalConstructor()
3333
->getMock();
3434
$this->composerFactory->method('create')->willReturn($this->composerApp);
35+
parent::setUp();
3536

3637
}
3738
/**

0 commit comments

Comments
 (0)