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