From bb1f3f5564f24ce0125e807c061b2e77a8b63892 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 29 Sep 2025 22:53:27 +0100 Subject: [PATCH] Move all files to ddev-phpunit-command/ --- {.ddev => ddev-phpunit-command/.ddev}/commands/web/phpunit | 0 {.ddev => ddev-phpunit-command/.ddev}/config.yaml | 0 .gitignore => ddev-phpunit-command/.gitignore | 0 composer.json => ddev-phpunit-command/composer.json | 0 composer.lock => ddev-phpunit-command/composer.lock | 0 phpunit.xml.dist => ddev-phpunit-command/phpunit.xml.dist | 0 {tests => ddev-phpunit-command/tests}/ExampleTest.php | 0 {web => ddev-phpunit-command/web}/index.php | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {.ddev => ddev-phpunit-command/.ddev}/commands/web/phpunit (100%) rename {.ddev => ddev-phpunit-command/.ddev}/config.yaml (100%) rename .gitignore => ddev-phpunit-command/.gitignore (100%) rename composer.json => ddev-phpunit-command/composer.json (100%) rename composer.lock => ddev-phpunit-command/composer.lock (100%) rename phpunit.xml.dist => ddev-phpunit-command/phpunit.xml.dist (100%) rename {tests => ddev-phpunit-command/tests}/ExampleTest.php (100%) rename {web => ddev-phpunit-command/web}/index.php (100%) diff --git a/.ddev/commands/web/phpunit b/ddev-phpunit-command/.ddev/commands/web/phpunit similarity index 100% rename from .ddev/commands/web/phpunit rename to ddev-phpunit-command/.ddev/commands/web/phpunit diff --git a/.ddev/config.yaml b/ddev-phpunit-command/.ddev/config.yaml similarity index 100% rename from .ddev/config.yaml rename to ddev-phpunit-command/.ddev/config.yaml diff --git a/.gitignore b/ddev-phpunit-command/.gitignore similarity index 100% rename from .gitignore rename to ddev-phpunit-command/.gitignore diff --git a/composer.json b/ddev-phpunit-command/composer.json similarity index 100% rename from composer.json rename to ddev-phpunit-command/composer.json diff --git a/composer.lock b/ddev-phpunit-command/composer.lock similarity index 100% rename from composer.lock rename to ddev-phpunit-command/composer.lock diff --git a/phpunit.xml.dist b/ddev-phpunit-command/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to ddev-phpunit-command/phpunit.xml.dist diff --git a/tests/ExampleTest.php b/ddev-phpunit-command/tests/ExampleTest.php similarity index 100% rename from tests/ExampleTest.php rename to ddev-phpunit-command/tests/ExampleTest.php diff --git a/web/index.php b/ddev-phpunit-command/web/index.php similarity index 100% rename from web/index.php rename to ddev-phpunit-command/web/index.php