Skip to content

Commit

Permalink
Delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 29, 2024
1 parent 8fc4b29 commit e13f929
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TextUI/Command/Commands/ListTestFilesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use function sprintf;
use PHPUnit\Framework\TestCase;
use PHPUnit\Runner\PhptTestCase;
use PHPUnit\TextUI\Configuration\Registry;
use ReflectionClass;
use ReflectionException;

Expand Down Expand Up @@ -44,8 +43,6 @@ public function __construct(array $tests)
*/
public function execute(): Result
{
$configuration = Registry::get();

$buffer = 'Available test files:' . PHP_EOL;

$results = [];
Expand Down

0 comments on commit e13f929

Please sign in to comment.