コード例 #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testFlusherException()
 {
     $e = new Dispatcher();
     $e->flusher('foo', 'adslkadf');
 }