Skip to content

Commit

Permalink
test: Pass ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperLaiTW committed Nov 23, 2016
1 parent 514bc77 commit 76d0b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Contracts/Debug/HandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ public function test_render()

$actual = $this->getPrivateProperty(Handler::class, 'debug')->getValue($this->handler);
$this->assertEquals(500, $actual->getStatus());
$this->assertEquals(['message' => 'ERROR'], $actual->getResponse());
$this->assertEquals('ERROR', array_get($actual->getResponse(), 'message'));
}
}

0 comments on commit 76d0b5b

Please sign in to comment.