Skip to content

Commit

Permalink
Remove unnecessary annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Jun 30, 2023
1 parent 81b64c0 commit 5ba59bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Orchestra\Testbench\TestCase as OrchestraTestCase;

/**
* @internal
*
* @coversNothing
*/
abstract class TestCase extends OrchestraTestCase
{
use DatabaseTransactions;
Expand Down

0 comments on commit 5ba59bd

Please sign in to comment.