mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: added tests for file transformations
This commit is contained in:
@@ -104,5 +104,7 @@ class StorageConsoleClientTest extends Scope
|
||||
$this->assertIsNumeric($response['body']['filesStorageTotal']);
|
||||
$this->assertIsArray($response['body']['files']);
|
||||
$this->assertIsArray($response['body']['storage']);
|
||||
$this->assertIsArray($response['body']['fileTransformations']);
|
||||
$this->assertIsNumeric($response['body']['fileTransformationsTotal']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user