Exemplo n.º 1
0
 /** @dataProvider provideClients */
 public function testInvalidRetrieve(Memento\Client $client)
 {
     $data = $client->retrieve(new Memento\Group\Key(md5(time() . rand(0, 1000))), $this->getKey());
     $this->assertEquals($data, NULL);
 }