summaryrefslogtreecommitdiffstats
path: root/test/php/Lib/PerfdataSetWithPublicData.php
blob: 97fcd7abc5c5490558580dbdbf1d907c9e50c664 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 = [];
}