Skip to content

Commit

Permalink
Group('key-generator')
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 17, 2024
1 parent 55f288d commit a196a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Services/KeyGeneratorServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Tests\TestCase;

#[\PHPUnit\Framework\Attributes\Group('services')]
#[\PHPUnit\Framework\Attributes\Group('key-generator')]
class KeyGeneratorServiceTest extends TestCase
{
private Url $url;
Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/Services/SimpleStringGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

use App\Services\KeyGeneratorService;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;
use Tests\TestCase;

#[Group('services')]
#[\PHPUnit\Framework\Attributes\Group('services')]
#[\PHPUnit\Framework\Attributes\Group('key-generator')]
class SimpleStringGeneratorTest extends TestCase
{
private KeyGeneratorService $generator;
Expand Down

0 comments on commit a196a0c

Please sign in to comment.