Example #1
0
 /**
  * Test wrong params
  * @expectedException Bluz\EventManager\EventException
  */
 public function testEventSetParamsException()
 {
     $this->eventManager->trigger('test', null, 'wrong type params');
 }