From e2948ea02fa8c5110d8893e3641fb2eb4f677f4a Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 18 Aug 2021 12:28:17 +0200 Subject: [PATCH] debug failing tests --- tests/e2e/Services/Realtime/RealtimeBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Realtime/RealtimeBase.php b/tests/e2e/Services/Realtime/RealtimeBase.php index 0a098f079..a30c7113a 100644 --- a/tests/e2e/Services/Realtime/RealtimeBase.php +++ b/tests/e2e/Services/Realtime/RealtimeBase.php @@ -636,6 +636,7 @@ trait RealtimeBase 'execute' => ['*'], 'timeout' => 10, ]); + var_dump($function); $functionId = $function['body']['$id'] ?? '';