Skip to content

Commit

Permalink
test: remove group attribute
Browse files Browse the repository at this point in the history
we dont group tests anymore
  • Loading branch information
Mohammad-Alavi committed Sep 29, 2024
1 parent 4515ecc commit 63d5b5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Unit/Abstracts/Repositories/RepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
use Illuminate\Support\Collection;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;

#[Group('ship')]
#[CoversClass(Repository::class)]
final class RepositoryTest extends UnitTestCase
{
Expand Down

0 comments on commit 63d5b5d

Please sign in to comment.