aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module')
-rw-r--r--crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/composer.json6
-rw-r--r--crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/src/hello.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/composer.json b/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/composer.json
new file mode 100644
index 00000000..7f55c074
--- /dev/null
+++ b/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/composer.json
@@ -0,0 +1,6 @@
+{
+ "name": "acme/hello-module",
+ "version": "1.0.0",
+ "type": "drupal-module",
+ "description": "Fixture package placed by composer/installers under modules/."
+}
diff --git a/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/src/hello.txt b/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/src/hello.txt
new file mode 100644
index 00000000..c872e5a8
--- /dev/null
+++ b/crates/shirabe/tests/plugin/fixtures/e2e-installers/packages/hello-module/src/hello.txt
@@ -0,0 +1 @@
+hello module payload