Ejemplo n.º 1
0
 /**
  * @test
  */
 public function getTotalTaxesInitiallyReturnsEmptyArray()
 {
     $this->assertEmpty($this->grossCart->getTotalTaxes());
     $this->assertEmpty($this->netCart->getTotalTaxes());
 }