From 23779dee10a4144b9db3840e81d493eaa1dcda52 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 30 Apr 2025 18:00:59 +0200 Subject: [PATCH] Revert phpunit additions --- .gitignore | 3 --- phpunit.xml.dist | 26 -------------------------- tests/PluginCommandTest.php | 11 ----------- 3 files changed, 40 deletions(-) delete mode 100644 phpunit.xml.dist delete mode 100644 tests/PluginCommandTest.php diff --git a/.gitignore b/.gitignore index fa48b47d..bcf211b3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,3 @@ composer.lock phpunit.xml phpcs.xml .phpcs.xml -.phpunit.result.cache -.phpunit.cache -build/logs diff --git a/phpunit.xml.dist b/phpunit.xml.dist deleted file mode 100644 index e837cd58..00000000 --- a/phpunit.xml.dist +++ /dev/null @@ -1,26 +0,0 @@ - - - - tests - - - - - - src - - - diff --git a/tests/PluginCommandTest.php b/tests/PluginCommandTest.php deleted file mode 100644 index 46ca78a4..00000000 --- a/tests/PluginCommandTest.php +++ /dev/null @@ -1,11 +0,0 @@ -assertTrue( true ); - } -}