/**
  * Tests that getSubscribedEvents() returns an array.
  */
 public function testGetSubscribedEvents()
 {
     $plugin = new Plugin();
     $this->assertInternalType('array', $plugin->getSubscribedEvents());
 }