From 7294cf6a7562b21b005879e5217c8d7edaf18a4f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 29 Sep 2025 22:53:25 +0100 Subject: [PATCH] Move all files to drupal-8-phpunit-deprecation/ --- .../.ddev}/commands/web/phpunit | 0 {.ddev => drupal-8-phpunit-deprecation/.ddev}/config.yaml | 0 .editorconfig => drupal-8-phpunit-deprecation/.editorconfig | 0 .gitattributes => drupal-8-phpunit-deprecation/.gitattributes | 0 .gitignore => drupal-8-phpunit-deprecation/.gitignore | 0 README.md => drupal-8-phpunit-deprecation/README.md | 0 composer.json => drupal-8-phpunit-deprecation/composer.json | 0 composer.lock => drupal-8-phpunit-deprecation/composer.lock | 0 .../web}/modules/custom/example/example.info.yml | 0 .../web}/modules/custom/example/example.module | 0 .../custom/example/tests/src/Functional/DisplayMessageTest.php | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {.ddev => drupal-8-phpunit-deprecation/.ddev}/commands/web/phpunit (100%) rename {.ddev => drupal-8-phpunit-deprecation/.ddev}/config.yaml (100%) rename .editorconfig => drupal-8-phpunit-deprecation/.editorconfig (100%) rename .gitattributes => drupal-8-phpunit-deprecation/.gitattributes (100%) rename .gitignore => drupal-8-phpunit-deprecation/.gitignore (100%) rename README.md => drupal-8-phpunit-deprecation/README.md (100%) rename composer.json => drupal-8-phpunit-deprecation/composer.json (100%) rename composer.lock => drupal-8-phpunit-deprecation/composer.lock (100%) rename {web => drupal-8-phpunit-deprecation/web}/modules/custom/example/example.info.yml (100%) rename {web => drupal-8-phpunit-deprecation/web}/modules/custom/example/example.module (100%) rename {web => drupal-8-phpunit-deprecation/web}/modules/custom/example/tests/src/Functional/DisplayMessageTest.php (100%) diff --git a/.ddev/commands/web/phpunit b/drupal-8-phpunit-deprecation/.ddev/commands/web/phpunit similarity index 100% rename from .ddev/commands/web/phpunit rename to drupal-8-phpunit-deprecation/.ddev/commands/web/phpunit diff --git a/.ddev/config.yaml b/drupal-8-phpunit-deprecation/.ddev/config.yaml similarity index 100% rename from .ddev/config.yaml rename to drupal-8-phpunit-deprecation/.ddev/config.yaml diff --git a/.editorconfig b/drupal-8-phpunit-deprecation/.editorconfig similarity index 100% rename from .editorconfig rename to drupal-8-phpunit-deprecation/.editorconfig diff --git a/.gitattributes b/drupal-8-phpunit-deprecation/.gitattributes similarity index 100% rename from .gitattributes rename to drupal-8-phpunit-deprecation/.gitattributes diff --git a/.gitignore b/drupal-8-phpunit-deprecation/.gitignore similarity index 100% rename from .gitignore rename to drupal-8-phpunit-deprecation/.gitignore diff --git a/README.md b/drupal-8-phpunit-deprecation/README.md similarity index 100% rename from README.md rename to drupal-8-phpunit-deprecation/README.md diff --git a/composer.json b/drupal-8-phpunit-deprecation/composer.json similarity index 100% rename from composer.json rename to drupal-8-phpunit-deprecation/composer.json diff --git a/composer.lock b/drupal-8-phpunit-deprecation/composer.lock similarity index 100% rename from composer.lock rename to drupal-8-phpunit-deprecation/composer.lock diff --git a/web/modules/custom/example/example.info.yml b/drupal-8-phpunit-deprecation/web/modules/custom/example/example.info.yml similarity index 100% rename from web/modules/custom/example/example.info.yml rename to drupal-8-phpunit-deprecation/web/modules/custom/example/example.info.yml diff --git a/web/modules/custom/example/example.module b/drupal-8-phpunit-deprecation/web/modules/custom/example/example.module similarity index 100% rename from web/modules/custom/example/example.module rename to drupal-8-phpunit-deprecation/web/modules/custom/example/example.module diff --git a/web/modules/custom/example/tests/src/Functional/DisplayMessageTest.php b/drupal-8-phpunit-deprecation/web/modules/custom/example/tests/src/Functional/DisplayMessageTest.php similarity index 100% rename from web/modules/custom/example/tests/src/Functional/DisplayMessageTest.php rename to drupal-8-phpunit-deprecation/web/modules/custom/example/tests/src/Functional/DisplayMessageTest.php