示例#1
0
文件: CartTest.php 项目: extcode/cart
 /**
  * @test
  */
 public function getSubtotalTaxesInitiallyReturnsEmptyArray()
 {
     $this->assertEmpty($this->grossCart->getSubtotalTaxes());
     $this->assertEmpty($this->netCart->getSubtotalTaxes());
 }