This commit is contained in:
Andreas 2019-09-18 17:24:44 +02:00
parent f65108119d
commit 461186e9e6

View File

@ -8,7 +8,7 @@ class TestUtils{
$loginput = [];
$loginput['message'] = $output;
$loginput['status'] = $status;
array_push(self::log, $loginput);
array_push(self::$log, $loginput);
}
public static function returnLog(){
echo(json_encode(self::$log));