1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Debug for CI

This commit is contained in:
eldadfux 2019-09-29 02:12:17 +03:00
parent 56d4667f5a
commit 6bb0d28641

View file

@ -10,6 +10,8 @@ class ConsoleTest extends BaseConsole
{ {
$response = $this->register(); $response = $this->register();
var_dump($_SERVER);
$this->assertEquals('http://localhost/success', $response['headers']['location']); $this->assertEquals('http://localhost/success', $response['headers']['location']);
$this->assertEquals("\n", $response['body']); $this->assertEquals("\n", $response['body']);