You are here

public function DokuWikiInstallerTest::setUp in Zircon Profile 8

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

File

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

Class

DokuWikiInstallerTest

Namespace

Composer\Installers\Test

Code

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