예제 #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';
 }