Skip to content

Commit

Permalink
Mark test class as final
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 7, 2023
1 parent 7ce1f68 commit b2f16c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Framework\Crypto\Utils;
use PHPUnit\Framework\TestCase;

class UtilsTest extends TestCase
final class UtilsTest extends TestCase
{
public function testHexBin() : void
{
Expand Down

0 comments on commit b2f16c7

Please sign in to comment.