Skip to content
Snippets Groups Projects
Unverified Commit 3ad0c3ce authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #25447 from braders/properties-hooktest

[REF][PHP8.2] Declare missing property on CRM_Utils_HookTest
parents 4a88715a 7faa9c41
Branches
Tags
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment