We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70585bd commit fdcb73dCopy full SHA for fdcb73d
tests/Composer/MagentoComposerApplicationTest.php
@@ -34,7 +34,8 @@ class MagentoComposerApplicationTest extends \PHPUnit\Framework\TestCase
34
35
protected function setUp(): void
36
{
37
- $this->composerApplication = $this->createMock(\Composer\Console\Application::class);
+ $this->composerApplication = $this->getMockBuilder('Composer\Console\Application')
38
+ ->getMock();
39
$this->inputFactory = $this->createMock(\Magento\Composer\ConsoleArrayInputFactory::class);
40
$this->consoleOutput = $this->createMock(\Symfony\Component\Console\Output\BufferedOutput::class);
41
0 commit comments