コード例 #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->client = new Venturocket($this->key, $this->secret);
 }
コード例 #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->client = new ListingClient($this->key, $this->secret);
 }