Skip to content

Commit 1c4ec6e

Browse files
committed
Fix test fixtures with deprecated method signatures.
1 parent a8c67a8 commit 1c4ec6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Authentication/AuthenticationTrustResolverTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ public function getRoles()
172172
{
173173
}
174174

175+
public function getRoleNames(): array
176+
{
177+
}
178+
175179
public function getCredentials()
176180
{
177181
}

0 commit comments

Comments
 (0)