Пример #1
0
 public function findAll()
 {
     return $this->taxRateRepository->findAll();
 }
 public function testFindAll()
 {
     $taxRates = $this->taxRateRepository->findAll();
     $this->assertSame(3, count($taxRates));
 }