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

Merge pull request #25405 from braders/dynamic-property-infotest

[REF][PHP8.2] Declare file property in CRM_Extension_InfoTest
parents 1cb60b87 1231fb67
Branches
Tags
No related merge requests found
......@@ -6,6 +6,11 @@
*/
class CRM_Extension_InfoTest extends CiviUnitTestCase {
/**
* @var string|null
*/
private $file;
public function setUp(): void {
parent::setUp();
$this->file = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment