Browse Source

updated AauthTest

v3-dev
REJack 6 years ago
parent
commit
5e75bdb0fc
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 5
      tests/Aauth/Libraries/AauthTest.php

5
tests/Aauth/Libraries/AauthTest.php

@ -59,10 +59,9 @@ class AauthTest extends \CIUnitTestCase
{ {
$session = $this->getInstance(); $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() public function testTest()

Loading…
Cancel
Save