public function testInitialState() {
$this
->assertEquals(array(), $this->dispatcher
->getListeners());
$this
->assertFalse($this->dispatcher
->hasListeners(self::preFoo));
$this
->assertFalse($this->dispatcher
->hasListeners(self::postFoo));
}