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); } //--------------------------------------------------------------------