From cb281df9ccd7f06e5e08f3e1b4dc5f0ebc9ab23c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 30 Oct 2021 19:06:45 +0200 Subject: [PATCH] [CLEANUP] Drop the legacy services configuration file --- Configuration/Commands.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Configuration/Commands.php diff --git a/Configuration/Commands.php b/Configuration/Commands.php deleted file mode 100644 index 4b977bd12..000000000 --- a/Configuration/Commands.php +++ /dev/null @@ -1,14 +0,0 @@ - [ - 'class' => \OliverKlee\PhpUnit\Command\RunTestsCommand::class, - ], -];