mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed tests
This commit is contained in:
@@ -613,8 +613,8 @@ class FunctionsCustomServerTest extends Scope
|
||||
$fileId = $file['body']['$id'] ?? '';
|
||||
|
||||
foreach ($functions as $key => $env) {
|
||||
$name = $key ?? '';
|
||||
$language = $env['name'] ?? '';
|
||||
$name = $env['name'] ?? '';
|
||||
$language = $env['language'] ?? '';
|
||||
$version = $env['version'] ?? '';
|
||||
$code = $env['code'] ?? '';
|
||||
$command = $env['command'] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user