Exemplo n.º 1
0
 public function testCanGetKeys()
 {
     $array = Arr::keys($this->array);
     $this->assertEquals(['foo', 'bis'], $array);
 }