From 68f9d03d138fac3629acc8e5f014994e66c80da2 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 10 Dec 2020 12:03:13 +0200 Subject: [PATCH] Added logs --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 02fedc3aa1..e4b8f42975 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -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']);