Skip to content

Commit

Permalink
use mock for the composer IO again
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Nov 5, 2020
1 parent 17d06df commit 61e8169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MagentoHackathon/Composer/Magento/PluginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private function buildComposerObject()

public function setUp()
{
$this->io = new \Composer\IO\NullIO();
$this->io = $this->getMock('\Composer\IO\NullIO');
$this->composer = $this->buildComposerObject();
$this->config = $this->getMock('Composer\Config');
$this->composer->setConfig($this->config);
Expand Down

0 comments on commit 61e8169

Please sign in to comment.