Skip to content

Commit

Permalink
Eliminate phpunit deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Aug 8, 2024
1 parent bca862b commit 1babf43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use ShipMonk\ComposerDependencyAnalyser\Result\ResultFormatter;
use ShipMonk\ComposerDependencyAnalyser\Result\SymbolUsage;

class ConsoleFormatterTest extends FormatterTest
class ConsoleFormatterTestCase extends FormatterTestCase
{

public function testPrintResult(): void
Expand Down
2 changes: 1 addition & 1 deletion tests/FormatterTest.php → tests/FormatterTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use function str_replace;
use function stream_get_contents;

abstract class FormatterTest extends TestCase
abstract class FormatterTestCase extends TestCase
{

abstract protected function createFormatter(Printer $printer): ResultFormatter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use ShipMonk\ComposerDependencyAnalyser\Result\ResultFormatter;
use ShipMonk\ComposerDependencyAnalyser\Result\SymbolUsage;

class JunitFormatterTest extends FormatterTest
class JunitFormatterTestCase extends FormatterTestCase
{

public function testPrintResult(): void
Expand Down

0 comments on commit 1babf43

Please sign in to comment.