1
0
Fork 0
mirror of synced 2024-06-25 17:50:38 +12:00

Debug tests

This commit is contained in:
eldadfux 2019-09-28 23:28:44 +03:00
parent 526acd131c
commit fd5673c2b4

View file

@ -13,6 +13,8 @@ class ConsoleHealthTest extends BaseConsole
'content-type' => 'application/json',
], []);
var_dump($response);
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals('OK', $response['body']['status']);
}