Exemplo n.º 1
0
 function setup()
 {
     $this->path = '/api/new';
     $this->method = 'POST';
     $this->test_data = new StdClass();
     parent::setup();
 }
Exemplo n.º 2
0
 function setup()
 {
     $this->path = '/api/status';
     $this->method = 'GET';
     parent::setup();
 }
Exemplo n.º 3
0
 function setup()
 {
     $this->path = '/api/new';
     $this->method = 'POST';
     parent::setup();
 }
 function setup()
 {
     $this->test_data = new StdClass();
     parent::setup();
 }