示例#1
0
 /**
  * Standard test setup.
  */
 function setUp()
 {
     parent::setUp();
     $this->classname = 'T_Response';
     $this->response = new T_Response();
     $this->filter = array();
     $this->filter[] = new T_Test_Response_FilterStub();
     $this->filter[] = new T_Test_Response_FilterStub();
 }
示例#2
0
文件: Url.php 项目: robtuley/knotwerk
 /**
  * Standard test setup.
  */
 function setUp()
 {
     parent::setUp();
     $this->classname = 'T_Url';
 }