Skip to content

Commit

Permalink
chore: Fix phpunit deprecations (#9402)
Browse files Browse the repository at this point in the history
* refactor: Remove unknown option

* refactor: Remove deprecated `CoversTrait`
  • Loading branch information
neznaika0 authored Jan 14, 2025
1 parent a3704a1 commit d47a258
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
failOnWarning="true"
cacheDirectory="build/.phpunit.cache">
<coverage
includeUncoveredFiles="true"
pathCoverage="false"
ignoreDeprecatedCodeUnits="true"
disableCodeCoverageIgnore="true">
Expand Down
2 changes: 0 additions & 2 deletions tests/system/DebugTraceableTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
use CodeIgniter\Exceptions\DebugTraceableTrait;
use CodeIgniter\Exceptions\FrameworkException;
use CodeIgniter\Test\CIUnitTestCase;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\Group;

/**
* @internal
*/
#[CoversClass(DebugTraceableTrait::class)]
#[Group('Others')]
final class DebugTraceableTraitTest extends CIUnitTestCase
{
Expand Down

0 comments on commit d47a258

Please sign in to comment.