コード例 #1
0
 /**
  * Test getting a price list
  * @throws Exception
  */
 public function testPriceList()
 {
     self::setFromEnv();
     $products = \SpringSignage\Api\Shop::priceList();
     $this->assertArrayHasKey('products', (array) $products);
 }