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