mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
ConfigTest
: Define property $oldConfigDir
Use of dynamic property is deprecated since PHP 8.2
This commit is contained in:
parent
a82e3b2320
commit
9887a2d622
@ -8,6 +8,13 @@ use Icinga\Application\Config;
|
|||||||
|
|
||||||
class ConfigTest extends BaseTestCase
|
class ConfigTest extends BaseTestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Old config dir
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
protected $oldConfigDir;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set up config dir
|
* Set up config dir
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user