/**
  * @expectedException \Puli\Manager\Api\Installer\NoSuchParameterException
  * @expectedExceptionMessage foobar
  */
 public function testGetParameterFailsIfNotFound()
 {
     $descriptor = new InstallerDescriptor('symlink', self::SYMLINK_CLASS);
     $descriptor->getParameter('foobar');
 }