mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove dump
This commit is contained in:
@@ -319,7 +319,6 @@ class UsageTest extends Scope
|
||||
'documentId' => 'unique()',
|
||||
'data' => ['name' => $name]
|
||||
]);
|
||||
var_dump($res);
|
||||
$this->assertEquals($name, $res['body']['name']);
|
||||
$this->assertNotEmpty($res['body']['$id']);
|
||||
$documentId = $res['body']['$id'];
|
||||
|
||||
Reference in New Issue
Block a user