Skip to content

Commit

Permalink
feat: add properties for PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 16, 2024
1 parent 287ab5a commit a76cb0f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions application/tests/_ci_phpunit_test/CIPHPUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,21 @@ class CIPHPUnitTestCase extends TestCase
'reflection' => 'CIPHPUnitTestReflection',
];

/**
* @var CIPHPUnitTestRequest|null
*/
protected $request;

/**
* @var CIPHPUnitTestDouble|null
*/
protected $double;

/**
* @var CIPHPUnitTestReflection|null
*/
protected $reflection;

public function setCI(CI_Controller $CI)
{
$this->CI = $CI;
Expand Down

0 comments on commit a76cb0f

Please sign in to comment.