예제 #1
0
파일: CartTest.php 프로젝트: extcode/cart
 /**
  * @test
  */
 public function getSubtotalTaxesInitiallyReturnsEmptyArray()
 {
     $this->assertEmpty($this->grossCart->getSubtotalTaxes());
     $this->assertEmpty($this->netCart->getSubtotalTaxes());
 }