From ef8ce11a1874b2d638574f768af328d1ce2cc401 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 11 Mar 2023 11:17:10 +0000 Subject: [PATCH] [REF][PHP8.2] Declare property on CRM_Core_ErrorTest --- tests/phpunit/CRM/Core/ErrorTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/phpunit/CRM/Core/ErrorTest.php b/tests/phpunit/CRM/Core/ErrorTest.php index 9991300e81..f38553dee3 100644 --- a/tests/phpunit/CRM/Core/ErrorTest.php +++ b/tests/phpunit/CRM/Core/ErrorTest.php @@ -17,6 +17,11 @@ use Civi\Core\Exception\DBQueryException; */ class CRM_Core_ErrorTest extends CiviUnitTestCase { + /** + * @var string + */ + private $oldConfigAndLogDir; + public function setUp(): void { parent::setUp(); $config = CRM_Core_Config::singleton(); -- 2.25.1