From a4dccec7626946879f2110733a220aee3105193f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 29 Jan 2023 14:20:06 +0100 Subject: feat(PHP8.2): Fix dynamic properties deprecation warnings Signed-off-by: Florian Pritz --- application/third_party/test-more-php/Test-Simple-OO.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/third_party') diff --git a/application/third_party/test-more-php/Test-Simple-OO.php b/application/third_party/test-more-php/Test-Simple-OO.php index 33fb643a9..a8302d208 100755 --- a/application/third_party/test-more-php/Test-Simple-OO.php +++ b/application/third_party/test-more-php/Test-Simple-OO.php @@ -73,6 +73,7 @@ class TestSimple { protected $NumberOfTests; protected $CurrentTestNumber; protected $Filter; + protected $LastFail; protected $notes; -- cgit v1.2.3-24-g4f1b