public function testCanGetKeys()
 {
     $array = Arrays::keys($this->array);
     $this->assertEquals(array('foo', 'bis'), $array);
 }