Ejemplo n.º 1
0
 /**
  * Set up the test environment
  * 
  */
 public function setUp()
 {
     $this->_server = new Sopha_ViewServer();
     $this->_stdout = fopen('php://temp', 'r+');
     $this->_server->setOutputStream($this->_stdout);
 }