From 74981040023111ecb6bd4f07f5c317d8374ec969 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 17:25:52 +0100 Subject: [PATCH] updated UserModelTest --- .gitignore | 2 -- tests/Aauth/Database/UserModelTest.php | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 3b17490..3b38eab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ ###CI4### -.env - public/.htaccess public/favicon.ico public/index.php diff --git a/tests/Aauth/Database/UserModelTest.php b/tests/Aauth/Database/UserModelTest.php index 4976639..75f6420 100644 --- a/tests/Aauth/Database/UserModelTest.php +++ b/tests/Aauth/Database/UserModelTest.php @@ -1,15 +1,13 @@ model = new UserModel(); + $this->model = new UserModel($this->db); } //--------------------------------------------------------------------