Skip to content

Commit

Permalink
DX: do not import ExpectDeprecationTrait in UtilsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored and Wirone committed Dec 15, 2023
1 parent fd3b0a2 commit f538167
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use PhpCsFixer\Tokenizer\Token;
use PhpCsFixer\Tokenizer\Tokens;
use PhpCsFixer\Utils;
use Symfony\Bridge\PhpUnit\ExpectDeprecationTrait;

/**
* @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
Expand All @@ -32,8 +31,6 @@
*/
final class UtilsTest extends TestCase
{
use ExpectDeprecationTrait;

/**
* @var null|false|string
*/
Expand Down

0 comments on commit f538167

Please sign in to comment.