diff --git a/dev_mvc/controller/TestUtils.php b/dev_mvc/controller/TestUtils.php index 7e4b9ac..27f549b 100644 --- a/dev_mvc/controller/TestUtils.php +++ b/dev_mvc/controller/TestUtils.php @@ -8,7 +8,7 @@ class TestUtils{ $loginput = []; $loginput['message'] = $output; $loginput['status'] = $status; - array_push(self::$log, $loginput); + echo($loginput); } public static function returnLog(){ echo(json_encode(self::$log));