mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fixed tests
This commit is contained in:
parent
5c6d17bd87
commit
181fb05fd4
1 changed files with 2 additions and 2 deletions
|
|
@ -613,8 +613,8 @@ class FunctionsCustomServerTest extends Scope
|
||||||
$fileId = $file['body']['$id'] ?? '';
|
$fileId = $file['body']['$id'] ?? '';
|
||||||
|
|
||||||
foreach ($functions as $key => $env) {
|
foreach ($functions as $key => $env) {
|
||||||
$name = $key ?? '';
|
$name = $env['name'] ?? '';
|
||||||
$language = $env['name'] ?? '';
|
$language = $env['language'] ?? '';
|
||||||
$version = $env['version'] ?? '';
|
$version = $env['version'] ?? '';
|
||||||
$code = $env['code'] ?? '';
|
$code = $env['code'] ?? '';
|
||||||
$command = $env['command'] ?? '';
|
$command = $env['command'] ?? '';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue