diff options
Diffstat (limited to 'test/php/Lib/PerfdataSetWithPublicData.php')
-rw-r--r-- | test/php/Lib/PerfdataSetWithPublicData.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/php/Lib/PerfdataSetWithPublicData.php b/test/php/Lib/PerfdataSetWithPublicData.php new file mode 100644 index 0000000..97fcd7a --- /dev/null +++ b/test/php/Lib/PerfdataSetWithPublicData.php @@ -0,0 +1,12 @@ +<?php + +/* Icinga DB Web | (c) 2023 Icinga GmbH | GPLv2 */ + +namespace Tests\Icinga\Module\Icingadb\Lib; + +use Icinga\Module\Icingadb\Util\PerfDataSet; + +class PerfdataSetWithPublicData extends PerfdataSet +{ + public $perfdata = []; +} |