public function AsgardInstallerTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Composer\Installers\TestCode
public function setUp() {
$this->installer = new AsgardInstaller(new Package('NyanCat', '4.2', '4.2'), new Composer());
}