Skip to content

Commit

Permalink
fix failing test (#15015)
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid authored and taylorotwell committed Aug 24, 2016
1 parent d71e340 commit 5a96ac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Support/SupportArrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ public function testHas()
{
$array = ['products.desk' => ['price' => 100]];
$this->assertTrue(Arr::has($array, 'products.desk'));
$this->assertTrue(Arr::has($array, ['products.desk']));
$this->assertFalse(Arr::has($array, ['products.desk', 'missing']));

$array = ['products' => ['desk' => ['price' => 100]]];
$this->assertTrue(Arr::has($array, 'products.desk'));
Expand Down

0 comments on commit 5a96ac2

Please sign in to comment.