Skip to content

Commit 25d06dd

Browse files
author
Bartłomiej Nowak
committed
test class name fix
1 parent a9f07aa commit 25d06dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Symfony/data/messenger_handle_trait_with_subscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function __invoke(MultiHandlesForInTheSameHandlerQuery $query): bool
5656
}
5757
}
5858

59-
class HandleTraitClass {
59+
class HandleTraitClassWithSubscriber {
6060
use HandleTrait;
6161

6262
public function __invoke()

0 commit comments

Comments
 (0)