public function testDispather()
 {
     $dispather = new sfEventDispatcher();
     $notifier = new fpErrorNotifier($dispather);
     $this->assertSame($dispather, $notifier->dispather());
 }