From 39e91037df127a0030ad096a97cde73ba183117d Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 18 Aug 2021 12:25:25 +0200 Subject: [PATCH] debug failing tests --- tests/e2e/Services/Realtime/RealtimeBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Realtime/RealtimeBase.php b/tests/e2e/Services/Realtime/RealtimeBase.php index 5407d13a5..0a098f079 100644 --- a/tests/e2e/Services/Realtime/RealtimeBase.php +++ b/tests/e2e/Services/Realtime/RealtimeBase.php @@ -650,7 +650,7 @@ trait RealtimeBase 'command' => 'php index.php', 'code' => new CURLFile(realpath(__DIR__ . '/../../../resources/functions/timeout.tar.gz'), 'application/x-gzip', 'php-fx.tar.gz'), ]); - + var_dump($tag); $tagId = $tag['body']['$id'] ?? ''; $this->assertEquals($tag['headers']['status-code'], 201);