diff --git a/dev_mvc/controller/TestUtils.php b/dev_mvc/controller/TestUtils.php new file mode 100644 index 0000000..c291a93 --- /dev/null +++ b/dev_mvc/controller/TestUtils.php @@ -0,0 +1,13 @@ + $output, "status" => $status]); + } + public static function returnLog(){ + echo(json_encode(self::$log)); + } +} \ No newline at end of file