public function testEventInstance() { $result = Event::instance('my_instance'); $this->assertInstanceOf('Fuel\\Event\\Container', $result); }