diff --git a/tests/ConsoleFormatterTest.php b/tests/ConsoleFormatterTestCase.php similarity index 99% rename from tests/ConsoleFormatterTest.php rename to tests/ConsoleFormatterTestCase.php index 19bbea2..641f10a 100644 --- a/tests/ConsoleFormatterTest.php +++ b/tests/ConsoleFormatterTestCase.php @@ -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 diff --git a/tests/FormatterTest.php b/tests/FormatterTestCase.php similarity index 95% rename from tests/FormatterTest.php rename to tests/FormatterTestCase.php index 48e6ea1..d9c9e9f 100644 --- a/tests/FormatterTest.php +++ b/tests/FormatterTestCase.php @@ -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; diff --git a/tests/JunitFormatterTest.php b/tests/JunitFormatterTestCase.php similarity index 99% rename from tests/JunitFormatterTest.php rename to tests/JunitFormatterTestCase.php index 5d479a2..82eec4e 100644 --- a/tests/JunitFormatterTest.php +++ b/tests/JunitFormatterTestCase.php @@ -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