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

Commit b85c74c

Browse files
committed
Remove comments.
1 parent de5f6ad commit b85c74c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/UserResolverTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@ public function connection_is_set_upon_creation()
9393
/** @test */
9494
public function by_credentials_retrieves_alternate_username_attribute_depending_on_user_provider()
9595
{
96-
// Setup our builder.
9796
$query = m::mock(Builder::class);
9897

99-
//
10098
$query->shouldReceive('whereEquals')->once()->with('userprincipalname', 'jdoe')->andReturnSelf()
10199
->shouldReceive('first')->andReturnNull();
102100

0 commit comments

Comments
 (0)