mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove debug output from RealtimeConsoleClientTest
This commit is contained in:
parent
250a7da1ee
commit
e0e9b2ba6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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