Exemple #1
0
 /**
  * @test
  */
 public function getSubtotalTaxesInitiallyReturnsEmptyArray()
 {
     $this->assertEmpty($this->grossCart->getSubtotalTaxes());
     $this->assertEmpty($this->netCart->getSubtotalTaxes());
 }