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

Commit f739237

Browse files
committed
#8 test with dataProvider shouldn't have static assertion
1 parent 3b538b3 commit f739237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BasicAccessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function testIsAuthenticatedWithValidCredential(string $username, string
107107

108108
$user = $basicAccess->authenticate($this->request->reveal());
109109
$this->assertInstanceOf(UserInterface::class, $user);
110-
$this->assertEquals('Aladdin', $user->getIdentity());
110+
$this->assertEquals($username, $user->getIdentity());
111111
}
112112

113113
public function testIsAuthenticatedWithNoCredential()

0 commit comments

Comments
 (0)