Exemplo n.º 1
0
 public function testGetListenersInvalidType()
 {
     $this->setExpectedException('\\Phalcon\\Events\\Exception');
     $e = new \Phalcon\Events\Manager();
     $e->getListeners(false);
 }