Skip to content

Commit

Permalink
Make test class final
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 16, 2020
1 parent 4dcffe3 commit 68764da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/PHPTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use SebastianBergmann\CodeCoverage\TestCase;

class PHPTest extends TestCase
final class PHPTest extends TestCase
{
protected function tearDown(): void
{
Expand Down

0 comments on commit 68764da

Please sign in to comment.