Example #1
0
 public function testGetVouchers()
 {
     $result = $this->client->getVouchers(new \DateTimeImmutable('2015-01-01'));
     var_dump($result);
     $this->assertTrue(is_array($result));
 }