From aab71632c3d85392c3197212e888f0ed1cb954da Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 30 Sep 2022 18:07:07 +0200 Subject: [PATCH] try to catch test server exceptions --- tests/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 4b27a84d7..22d9527ab 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -423,6 +423,6 @@ function phpServe() : void try { \phpServe(); -} catch(Throwable $t) { +} catch(\Throwable $t) { echo $t->getMessage(); } \ No newline at end of file