From: Bradley Taylor Date: Tue, 10 Jan 2023 19:07:49 +0000 (+0000) Subject: [REF][PHP8.2] Avoid dynamic properties in api_v3_NoteTest X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=499b43964ca555761f0d6160d5e00e88f35204ab;p=civicrm-core.git [REF][PHP8.2] Avoid dynamic properties in api_v3_NoteTest --- diff --git a/tests/phpunit/api/v3/NoteTest.php b/tests/phpunit/api/v3/NoteTest.php index 9f217e0902..1de5dcd7bd 100644 --- a/tests/phpunit/api/v3/NoteTest.php +++ b/tests/phpunit/api/v3/NoteTest.php @@ -19,6 +19,7 @@ class api_v3_NoteTest extends CiviUnitTestCase { protected $_params; protected $_noteID; protected $_note; + protected $_createdDate; public function setUp(): void {