mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-10 02:18:40 +00:00
add tests
This commit is contained in:
parent
7dcd5f41e5
commit
bbf2bd6697
|
|
@ -293,6 +293,7 @@ class Report implements \JsonSerializable
|
||||||
'createdAt' => $this->createdAt,
|
'createdAt' => $this->createdAt,
|
||||||
'name' => $this->title,
|
'name' => $this->title,
|
||||||
'description' => $this->description,
|
'description' => $this->description,
|
||||||
|
'descriptionRaw' => $this->descriptionRaw,
|
||||||
'status' => $this->status,
|
'status' => $this->status,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -387,6 +387,7 @@ class Template implements \JsonSerializable
|
||||||
'createdAt' => $this->createdAt,
|
'createdAt' => $this->createdAt,
|
||||||
'name' => $this->name,
|
'name' => $this->name,
|
||||||
'description' => $this->description,
|
'description' => $this->description,
|
||||||
|
'descriptionRaw' => $this->descriptionRaw,
|
||||||
'status' => $this->status,
|
'status' => $this->status,
|
||||||
'datatype' => $this->datatype,
|
'datatype' => $this->datatype,
|
||||||
'standalone' => $this->isStandalone,
|
'standalone' => $this->isStandalone,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user