Exemplo n.º 1
0
 /** @dataProvider provideClients */
 public function testKeys(Memento\Client $client)
 {
     $client->store($this->getGroupKey(), $this->getKey(), array('foo' => 'bar'));
     $data = $client->keys($this->getGroupKey());
     $this->assertEquals($data, array($this->getKey()->getKey()));
 }