From 70ef99429394e142905a3058efc4c83a42517b67 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Wed, 13 Sep 2017 00:50:17 -0400 Subject: 2 - Tests (#3) * Move autoload to separate script, add two unit tests * Add integration tests for Controller * Add unit test for Output * Fix Model\Result-as-a-method error * encode JSON output as utf-8, and retrieve as assoc array * Ignore utf-8 definitions --- autoload.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 autoload.php (limited to 'autoload.php') diff --git a/autoload.php b/autoload.php new file mode 100644 index 0000000..b9d471b --- /dev/null +++ b/autoload.php @@ -0,0 +1,19 @@ +