Ejemplo n.º 1
0
 /**
  * Tests
  */
 public function testRegisterFiller()
 {
     $func_name = 'yay_func';
     $app = new App();
     $app->register($func_name, $this->getTestCallable());
     return array('app' => $app, 'func_name' => $func_name);
 }