public function testKeys()
 {
     $s = new TrustedSearch_Object();
     $s->foo = 'a';
     $this->assertEquals($s->keys(), array('foo'));
 }