Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 17aa40e

Browse files
committed
#8 remove assertion that only tests mock-behaviour
1 parent 5a64706 commit 17aa40e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/BasicAccessTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function testIsAuthenticatedWithValidCredential(string $username, string
107107

108108
$user = $basicAccess->authenticate($this->request->reveal());
109109
$this->assertInstanceOf(UserInterface::class, $user);
110-
$this->assertEquals($username, $user->getIdentity());
111110
}
112111

113112
public function testIsAuthenticatedWithNoCredential()

0 commit comments

Comments
 (0)