Ejemplo n.º 1
0
 /**
  * @return void
  */
 public function testGetTaxSets()
 {
     $this->loadFixtures();
     $taxSetCollectionTransfer = $this->taxFacade->getTaxSets();
     $this->assertNotEmpty($taxSetCollectionTransfer->getTaxSets());
 }
Ejemplo n.º 2
0
 /**
  * @return \Generated\Shared\Transfer\TaxSetCollectionTransfer
  */
 public function getTaxSets()
 {
     return $this->taxFacade->getTaxSets();
 }