Пример #1
0
 public function testGetByStatus()
 {
     $postage = new Product(Config::get());
     $response = $postage->getByStatus();
     $this->assertTrue(is_array($response));
 }