Exemplo n.º 1
0
 public function get($key)
 {
     return $this->inner->get($key);
 }
Exemplo n.º 2
0
 /**
  * @dataProvider gettersHassersProvider
  * @expectedException \Giftcards\Encryption\Key\KeyNotFoundException
  */
 public function testGetWhenNonExistent(SourceInterface $source, array $_, array $notExisting)
 {
     $source->get($notExisting[0]);
 }