Example #1
0
 /**
  */
 public function testUnregisterInvalidAction()
 {
     $this->setExpectedException('Fwk\\Core\\Exception');
     $this->object->unregister('TestAction');
 }