コード例 #1
0
ファイル: OrderTest.php プロジェクト: Jeffliu/wechat
 protected function setUp()
 {
     parent::setUp();
     $this->order = new Order($this->http);
 }
コード例 #2
0
ファイル: ShelfTest.php プロジェクト: Jeffliu/wechat
 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');
 }
コード例 #3
0
ファイル: GroupTest.php プロジェクト: Jeffliu/wechat
 protected function setUp()
 {
     parent::setUp();
     $this->group = new Group($this->http);
 }