Exemple #1
0
 function testFilterRetrievalWithInvalidKey()
 {
     try {
         $this->response->filter('notakey');
         $this->fail('retrieves non-existing key');
     } catch (InvalidArgumentException $expected) {
     }
 }