mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove var_dumps
This commit is contained in:
@@ -161,9 +161,7 @@ class SitesCustomServerTest extends Scope
|
||||
|
||||
$this->assertEquals(200, $rule['headers']['status-code']);
|
||||
$this->assertEquals(0, $rule['body']['total']);
|
||||
var_dump($rule['body']['total']);
|
||||
var_dump($rule['body']);
|
||||
}, 10000, 500);
|
||||
}, 5000, 500);
|
||||
|
||||
$response = $this->client->call(Client::METHOD_GET, '/console/resources', [
|
||||
'origin' => 'http://localhost',
|
||||
|
||||
Reference in New Issue
Block a user