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