Skip to content

Commit

Permalink
WIP: set phpcs to enable in TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm Ortloff committed Nov 28, 2022
1 parent 95f2371 commit c5a5b4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use ipl\Html\ValidHtml;
use PHPUnit\Util\Xml;

// phpcs:disable
if (class_exists('PHPUnit_Util_XML')) {
// Support older PHPUnit versions
class_alias('PHPUnit_Util_XML', 'PHPUnit\\Util\\Xml');
Expand Down

0 comments on commit c5a5b4f

Please sign in to comment.