mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge branch 'refactor-auth-single-instance' of github.com:appwrite/appwrite into refactor-auth-single-instance
This commit is contained in:
commit
fde30b6216
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ trait ProjectCustom
|
|||
$this->assertEquals(201, $team['headers']['status-code']);
|
||||
$this->assertEquals('Demo Project Team', $team['body']['name']);
|
||||
$this->assertNotEmpty($team['body']['$id']);
|
||||
|
||||
var_dump(['region' => System::getEnv('_APP_REGION', 'default')]);
|
||||
$project = $this->client->call(Client::METHOD_POST, '/projects', [
|
||||
'origin' => 'http://localhost',
|
||||
'content-type' => 'application/json',
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class RealtimeConsoleClientTest extends Scope
|
|||
]));
|
||||
|
||||
$response = json_decode($client->receive(), true);
|
||||
|
||||
var_dump($response);
|
||||
$this->assertArrayHasKey('type', $response);
|
||||
$this->assertArrayHasKey('data', $response);
|
||||
$this->assertEquals('response', $response['type']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue