Exemplo n.º 1
0
 public function testCanCheckIfHasValue()
 {
     $under = Arr::has($this->array, 'foo');
     $this->assertTrue($under);
 }