示例#1
0
 protected function setUp()
 {
     $this->map = new Map();
     $this->map->setAll(array('foo' => 'bar', 'bar' => 'baz', 'baz' => 'boo'));
 }