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