コード例 #1
0
ファイル: Response.php プロジェクト: robtuley/knotwerk
 /**
  * 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';
 }