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