Beispiel #1
0
 public function testForgeContainer()
 {
     $container = Event::forge();
     $this->assertInstanceOf('Fuel\\Event\\Container', $container);
 }