Prepares the environment before running a test.
protected function setUp() { parent::setUp(); $this->subject = new \StdClass(); $this->event = new GenericEvent($this->subject, array( 'name' => 'Event', ), 'foo'); }