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