You are here

public function OctoberInstallerTest::setUp in Zircon Profile 8.0

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

File

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

Class

OctoberInstallerTest

Namespace

Composer\Installers\Test

Code

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