You are here

public function AsgardInstallerTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php \Composer\Installers\Test\AsgardInstallerTest::setUp()

File

vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php, line 15

Class

AsgardInstallerTest

Namespace

Composer\Installers\Test

Code

public function setUp() {
  $this->installer = new AsgardInstaller(new Package('NyanCat', '4.2', '4.2'), new Composer());
}