From e549b31549a23a7a30f0690f62b87de31ef9b313 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 18 Sep 2019 17:00:36 +0200 Subject: [PATCH] Created testutils class --- dev_mvc/controller/TestUtils.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev_mvc/controller/TestUtils.php 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