FancyGuy\Composer\Test\WebrootInstallerTest::testGetWebrootConfigurationException PHP Method

testGetWebrootConfigurationException() public method

testGetWebrootConfigurationException
    public function testGetWebrootConfigurationException()
    {
        $installer = new WebrootInstaller($this->io, $this->composer);
        $package = new Package('fancyguy/webroot-package', '1.0.0', '1.0.0');
        $package->setType('webroot');
        $result = $installer->getInstallPath($package);
    }