FIXING: Die Filter sind in *Codception* nicht definiert.

This commit is contained in:
2021-04-06 21:00:01 +02:00
parent 3854737622
commit f25c9d8994
+3 -3
View File
@@ -26,10 +26,10 @@ class Api extends Module
]; ];
const ERROR_JSON_FORMAT = [ const ERROR_JSON_FORMAT = [
"timestamp" => "string:date-time", "timestamp" => "string:date",
"status" => 0, "status" => "integer",
"error" => "string", "error" => "string",
"message" => "string", "message" => "string",
"path" => "string:path", "path" => "string",
]; ];
} }