Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 6b724c6

Browse files
committed
Added another assertion
1 parent e7e2a57 commit 6b724c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/AdldapTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function testAuthPassesWithPersistentAdldapUser()
6262
{
6363
$this->testAuthPasses();
6464

65+
$this->assertInstanceOf('Adldap\Models\User', \Auth::user()->adldapUser);
6566
$this->assertInstanceOf('Adldap\Models\User', auth()->user()->adldapUser);
6667
}
6768

0 commit comments

Comments
 (0)