mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Debug for CI
This commit is contained in:
parent
56d4667f5a
commit
6bb0d28641
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ class ConsoleTest extends BaseConsole
|
|||
{
|
||||
$response = $this->register();
|
||||
|
||||
var_dump($_SERVER);
|
||||
|
||||
$this->assertEquals('http://localhost/success', $response['headers']['location']);
|
||||
$this->assertEquals("\n", $response['body']);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue