[REF][PHP8.2] Declare missing property on CRM_Utils_HookTest
authorBradley Taylor <hello@brad-taylor.co.uk>
Fri, 27 Jan 2023 20:49:41 +0000 (20:49 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 28 Jan 2023 20:26:17 +0000 (20:26 +0000)
tests/phpunit/CRM/Utils/HookTest.php

index 803b47d02f517d4342771b4e118c84997e184f3b..a0c594921b9af078e27892aaea5b3b2d2eb01c5e 100644 (file)
@@ -6,12 +6,26 @@
  */
 class CRM_Utils_HookTest extends CiviUnitTestCase {
 
+  /**
+   * @var object|null
+   */
   public static $activeTest = NULL;
 
+  /**
+   * @var array
+   */
   public $fakeModules;
 
+  /**
+   * @var array
+   */
   public $log;
 
+  /**
+   * @var CRM_Utils_Hook_UnitTests
+   */
+  public $hook;
+
   public function setUp(): void {
     $this->useTransaction();
     parent::setUp();