Browse Source

updated LoginTest

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

1
tests/Aauth/Libraries/Aauth/LoginTest.php

@ -135,6 +135,7 @@ class LoginTest extends CIDatabaseTestCase
'loggedIn' => true, 'loggedIn' => true,
]); ]);
$this->assertTrue($this->library->isLoggedIn()); $this->assertTrue($this->library->isLoggedIn());
$session->remove('user');
helper('text'); helper('text');
$session = $this->getInstance(); $session = $this->getInstance();

Loading…
Cancel
Save