Example #1
0
 /**
  * @expectedException \JBZoo\Event\Exception
  */
 public function testListenersAll()
 {
     $eManager = new EventManager();
     $eManager->getList('*');
 }