Ejemplo n.º 1
0
 /**
  * Set the main flags to app
  */
 public function setUp()
 {
     $this->_app = new App();
     Net::setDirection(Net::DIRECT);
     Net::setMode(Net::TEACHER_MODE);
     Net::setDebugFlag(false);
     //disable output to console
 }