Browse Source

updated LoginTest

v3-dev
REJack 6 years ago
parent
commit
47c31728e2
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

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

Loading…
Cancel
Save