From 77d5eb6a5a706c84d7dea0e55c4e539f1e9e03cc Mon Sep 17 00:00:00 2001 From: David Hein <44842054+MasterZydra@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:03:53 +0100 Subject: [PATCH] [skip ci] Fix tests with multiline titles (GH-17763) See GH-17761 --- tests/classes/unset_properties.phpt | 3 +-- tests/lang/foreachLoop.010.phpt | 1 + tests/lang/func_get_arg.005.phpt | 1 + tests/output/stream_isatty_no_warning_on_cast.phpt | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/classes/unset_properties.phpt b/tests/classes/unset_properties.phpt index fa576713d59..87b3830efdc 100644 --- a/tests/classes/unset_properties.phpt +++ b/tests/classes/unset_properties.phpt @@ -1,6 +1,5 @@ --TEST-- -Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic -methods themselves. +Un-setting instance properties causes magic methods to be called when trying to access them from outside the magic methods themselves. --FILE--