예제 #1
0
 public function testEventCallForewarding()
 {
     $result = Event::on('event', function () {
     });
     $this->assertInstanceOf('Fuel\\Event\\Container', $result);
 }