Skip to content

Commit e1ea6a1

Browse files
committed
refactor: Remove deprecated CoversTrait
1 parent 81538b6 commit e1ea6a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system/DebugTraceableTraitTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
use CodeIgniter\Exceptions\DebugTraceableTrait;
1717
use CodeIgniter\Exceptions\FrameworkException;
1818
use CodeIgniter\Test\CIUnitTestCase;
19-
use PHPUnit\Framework\Attributes\CoversClass;
2019
use PHPUnit\Framework\Attributes\Group;
2120

2221
/**
2322
* @internal
2423
*/
25-
#[CoversClass(DebugTraceableTrait::class)]
2624
#[Group('Others')]
2725
final class DebugTraceableTraitTest extends CIUnitTestCase
2826
{

0 commit comments

Comments
 (0)