Example #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->order = new Order($this->http);
 }
Example #2
0
 protected function setUp()
 {
     parent::setUp();
     $img = new Image($this->config->appId, $this->config->appSecret);
     $this->url = $img->upload(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Image' . DIRECTORY_SEPARATOR . 'aa.jpg');
 }
Example #3
0
 protected function setUp()
 {
     parent::setUp();
     $this->group = new Group($this->http);
 }