Пример #1
0
 /**
  * @depends testCreate
  */
 public function testGet($productId)
 {
     $postage = new Product(Config::get());
     $response = $postage->get($productId);
     $this->assertTrue(is_array($response));
 }