2626use HyperfTest \AsyncQueue \Stub \FooProxy ;
2727use Mockery ;
2828use PHPUnit \Framework \Attributes \CoversNothing ;
29+ use PHPUnit \Framework \Attributes \Group ;
2930use PHPUnit \Framework \TestCase ;
3031use Psr \Container \ContainerInterface ;
3132
@@ -43,7 +44,7 @@ protected function tearDown(): void
4344 ReflectionManager::clear ();
4445 }
4546
46- #[\ PHPUnit \ Framework \ Attributes \ Group('NonCoroutine ' )]
47+ #[Group('NonCoroutine ' )]
4748 public function testNotAsyncMessage ()
4849 {
4950 $ container = $ this ->getContainer ();
@@ -56,7 +57,7 @@ public function testNotAsyncMessage()
5657 $ this ->assertSame ([$ id , $ uuid , $ data ], Context::get (FooProxy::class));
5758 }
5859
59- #[\ PHPUnit \ Framework \ Attributes \ Group('NonCoroutine ' )]
60+ #[Group('NonCoroutine ' )]
6061 public function testAsyncMessage ()
6162 {
6263 $ container = $ this ->getContainer ();
@@ -69,7 +70,7 @@ public function testAsyncMessage()
6970 $ this ->assertSame ($ data , Context::get (FooProxy::class));
7071 }
7172
72- #[\ PHPUnit \ Framework \ Attributes \ Group('NonCoroutine ' )]
73+ #[Group('NonCoroutine ' )]
7374 public function testAsyncMessageVariadic ()
7475 {
7576 $ container = $ this ->getContainer ();
0 commit comments