mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-13 11:38:41 +00:00
test fixes
This commit is contained in:
parent
929bcad31a
commit
60475bd114
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user