From 20abd277ebfc7c1ae5895c2307b140eba215514a Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sat, 18 Mar 2017 22:32:16 -0400 Subject: [PATCH] Don't muck with test file for now --- tests/test.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test.php b/tests/test.php index 404fac9d..78a6e3d4 100644 --- a/tests/test.php +++ b/tests/test.php @@ -13,11 +13,6 @@ $conf->userAuthPreferHTTP = true; $data = new RuntimeData($conf); $data->db->schemaUpdate(); -(new REST($data))->dispatch("GET", "/index.php/apps/news/api/", ""); -exit; - - - $data->user->add($user, $pass); $data->user->auth(); $data->user->authorizationEnabled(false);