test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:58 +00:00
parent 929bcad31a
commit 60475bd114

View File

@ -62,7 +62,7 @@ class Template implements \JsonSerializable
* @var int * @var int
* @since 1.0.0 * @since 1.0.0
*/ */
private int $datatype = TemplateDataType::OTHER; public int $datatype = TemplateDataType::OTHER;
/** /**
* Template doesn't need reports. * Template doesn't need reports.
@ -126,7 +126,7 @@ class Template implements \JsonSerializable
* @var array * @var array
* @since 1.0.0 * @since 1.0.0
*/ */
private array $expected = []; public array $expected = [];
/** /**
* Reports. * Reports.
@ -134,7 +134,7 @@ class Template implements \JsonSerializable
* @var array * @var array
* @since 1.0.0 * @since 1.0.0
*/ */
private array $reports = []; public array $reports = [];
/** /**
* Tags. * Tags.
@ -142,7 +142,7 @@ class Template implements \JsonSerializable
* @var Tag[] * @var Tag[]
* @since 1.0.0 * @since 1.0.0
*/ */
private array $tags = []; public array $tags = [];
/** /**
* Path for organizing. * Path for organizing.