diff --git a/tests/unit/AppTest.php b/tests/unit/AppTest.php index 1335d1f..1a8dca8 100644 --- a/tests/unit/AppTest.php +++ b/tests/unit/AppTest.php @@ -247,6 +247,10 @@ public function testSharePackageToBootWhenPackageIsNotBooted(): void static::assertInstanceOf(\ArrayObject::class, $app->resolve($containerServiceId)); } + /** + * @return void + * @group sharePackage + */ public function testSharePackageWhenPackageIsBooted() { /** @@ -282,7 +286,7 @@ public function testSharePackageWhenPackageIsBooted() * After App Booting * App Container can resolve Package services * Package can resolve App Container Services - * @group sharePackageToBoot + * @group sharePackage * @return void */ public function testSharePackageWhenPackageIsNotBooted(): void