public function testSubscribesToExpectedEvents()
 {
     $this->assertEquals(['post-package-install' => 'onPostPackageInstall', 'post-package-uninstall' => 'onPostPackageUninstall'], $this->installer->getSubscribedEvents());
 }