Skip to content

Commit 0540d8e

Browse files
Merge branch '4.3' into 4.4
* 4.3: Fix more bad tests Fix test fixtures with deprecated method signatures. Fix 4.3 tests forward compat [Messenger] fix empty amqp body returned as false Fix routing cache broken when using generator_class
2 parents a8d09b4 + 1c4ec6e commit 0540d8e

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(): array
172172
{
173173
}
174174

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

0 commit comments

Comments
 (0)