Skip to content
Snippets Groups Projects
Commit ee56c438 authored by David Prévot's avatar David Prévot
Browse files

Drop test failing with PHP 8.4

Closes: #1089781
parent 5ab10806
No related branches found
No related tags found
No related merge requests found
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Tue, 17 Dec 2024 11:31:30 +0100
Subject: Drop test failing with PHP 8.4
Bug-Debian: https://bugs.debian.org/1089781
---
...lerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt b/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt
index 14b5c7c..abf2bb5 100644
--- a/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt
+++ b/tests/FunctionSetRejectionHandlerThatTriggersDefaultHandlerShouldTerminateProgramForUnhandled.phpt
@@ -1,5 +1,7 @@
--TEST--
The callback given to set_rejection_handler() may trigger a fatal error for unhandled rejection
+--SKIPIF--
+<?php if (PHP_VERSION_ID >= 80400) die("Skipped: PHP 8.3 at most."); ?>
--INI--
# suppress legacy PHPUnit 7 warning for Xdebug 3
xdebug.default_enable=
0001-Don-t-expect-src-in-test-output.patch
0002-Drop-test-failing-with-PHP-8.4.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment