From 23f6448f20d2d7fc07741bb2551c9d93708e7402 Mon Sep 17 00:00:00 2001 From: Marcin Gil Date: Fri, 11 Apr 2025 11:47:19 +0200 Subject: [PATCH] PHP 8.2: Dynamic Properties are deprecated https://php.watch/versions/8.2/dynamic-properties-deprecated --- Tests/Framework/AssertTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Framework/AssertTest.php b/Tests/Framework/AssertTest.php index b57055f4bd1..5517d48fc31 100644 --- a/Tests/Framework/AssertTest.php +++ b/Tests/Framework/AssertTest.php @@ -66,6 +66,7 @@ class Framework_AssertTest extends PHPUnit_Framework_TestCase { protected $filesDirectory; + protected $html; protected function setUp() {