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