コード例 #1
0
 /**
  * Setup webdav test siteaccess & fills $this->files with all the
  * .request files found in the regression directory, recursively.
  */
 public function __construct()
 {
     // load tests
     $this->readDirRecursively(dirname(__FILE__) . '/server', $this->files, 'php');
     // call parent (including sorting $this->files as set above)
     parent::__construct();
 }
コード例 #2
0
    public function __construct()
    {
        $this->readDirRecursively( dirname( __FILE__ ) . '/request_parser_data', $this->files, 'data' );

        parent::__construct();
    }