Skip to content

Commit a4aa274

Browse files
committed
Test identity facade return manager instance
1 parent dfdcf9e commit a4aa274

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Unit/IdentityServiceProviderTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,9 @@ public function test_events_are_registered()
5656

5757
$this->assertListenerIsAttachedToEvent(GitLabExtendSocialite::class, SocialiteWasCalled::class);
5858
}
59+
60+
public function test_facade_return_manager_instance()
61+
{
62+
$this->assertInstanceOf(IdentitiesManager::class, Identity::getFacadeRoot());
63+
}
5964
}

0 commit comments

Comments
 (0)