mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Remove var_dump
This commit is contained in:
parent
b2cd1413ce
commit
51f518ae03
1 changed files with 1 additions and 3 deletions
|
|
@ -438,7 +438,7 @@ trait DatabasesBase
|
|||
]);
|
||||
$this->assertEquals(202, $attribute['headers']['status-code']);
|
||||
$this->assertEquals($attribute['body']['size'], 100);
|
||||
var_dump($attribute);
|
||||
|
||||
sleep(1);
|
||||
|
||||
$index = $this->client->call(Client::METHOD_POST, '/databases/'.$databaseId.'/collections/'.$collection['body']['$id'].'/indexes', array_merge([
|
||||
|
|
@ -453,8 +453,6 @@ var_dump($attribute);
|
|||
$this->assertEquals(202, $index['headers']['status-code']);
|
||||
|
||||
sleep(1);
|
||||
var_dump($index);
|
||||
//$this->assertEquals('shmuel', 'dsdsd');
|
||||
|
||||
/**
|
||||
* Update attribute size to exceed Index maximum length
|
||||
|
|
|
|||
Loading…
Reference in a new issue