Skip to content

Commit

Permalink
tests: align group names
Browse files Browse the repository at this point in the history
  • Loading branch information
luislard committed May 6, 2024
1 parent 74f85f1 commit c56b11a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/unit/AppTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ public function testSharePackageToBootWhenPackageIsNotBooted(): void
static::assertInstanceOf(\ArrayObject::class, $app->resolve($containerServiceId));
}

/**
* @return void
* @group sharePackage
*/
public function testSharePackageWhenPackageIsBooted()
{
/**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c56b11a

Please sign in to comment.