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