Skip to content
Snippets Groups Projects
Unverified Commit 1cb60b87 authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #25443 from braders/dynamic-properties-ajaxtest

[REF][PHP8.2] Declare properties in CRM_Activity_Page_AJAXTest
parents 1b478ab0 862361b6
Branches
Tags
No related merge requests found
......@@ -5,6 +5,16 @@
*/
class CRM_Activity_Page_AJAXTest extends CiviUnitTestCase {
/**
* @var int
*/
private $loggedInUser;
/**
* @var int
*/
private $target;
public function setUp(): void {
parent::setUp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment