From 5e75bdb0fc81abf56501725684f5fda254cfa8d6 Mon Sep 17 00:00:00 2001 From: REJack Date: Tue, 4 Dec 2018 23:02:24 +0100 Subject: [PATCH] updated AauthTest --- tests/Aauth/Libraries/AauthTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/Aauth/Libraries/AauthTest.php b/tests/Aauth/Libraries/AauthTest.php index edce6fa..d08980a 100644 --- a/tests/Aauth/Libraries/AauthTest.php +++ b/tests/Aauth/Libraries/AauthTest.php @@ -59,10 +59,9 @@ class AauthTest extends \CIUnitTestCase { $session = $this->getInstance(); - // $this->library = new Aauth(NULL, $session); + $this->library = new Aauth(NULL, $session); - // var_dump(session()); - // $this->assertFalse($this->library->isLoggedIn()); + $this->assertFalse($this->library->isLoggedIn()); } public function testTest()