1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Added logs

This commit is contained in:
Eldad Fux 2020-12-10 12:03:13 +02:00
parent dcf4b92e26
commit 68f9d03d13

View file

@ -542,6 +542,7 @@ class FunctionsCustomServerTest extends Scope
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()));
var_dump($executions['body']['executions'][0]);
var_dump($executions['body']['executions'][0]['stdout']);
var_dump($executions['body']['executions'][0]['stderr']);