aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-28 14:59:55 -0500
committerUnknown Bliss <m@michaelcullum.com>2012-09-01 15:05:47 +0100
commit500879520c40a71f0b83799ab3e59c86c12a801a (patch)
tree48730f977cf9c079b76be7d1f063994dcbf4d680 /tests/extension/ext
parent8c5786636a534baf28b4820a730f85948c3dccf4 (diff)
downloadforums-500879520c40a71f0b83799ab3e59c86c12a801a.tar
forums-500879520c40a71f0b83799ab3e59c86c12a801a.tar.gz
forums-500879520c40a71f0b83799ab3e59c86c12a801a.tar.bz2
forums-500879520c40a71f0b83799ab3e59c86c12a801a.tar.xz
forums-500879520c40a71f0b83799ab3e59c86c12a801a.zip
[ticket/10631] Metadata manager tests
PHPBB3-10631
Diffstat (limited to 'tests/extension/ext')
-rw-r--r--tests/extension/ext/foo/composer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/extension/ext/foo/composer.json b/tests/extension/ext/foo/composer.json
new file mode 100644
index 0000000000..14af677dac
--- /dev/null
+++ b/tests/extension/ext/foo/composer.json
@@ -0,0 +1,22 @@
+{
+ "name": "foo/example",
+ "type": "phpbb3-extension",
+ "description": "An example/sample extension to be used for testing purposes in phpBB Development.",
+ "version": "1.0.0",
+ "time": "2012-02-15 01:01:01",
+ "licence": "GNU GPL v2",
+ "authors": [{
+ "name": "Nathan Guse",
+ "username": "EXreaction",
+ "email": "nathaniel.guse@gmail.com",
+ "homepage": "http://lithiumstudios.org",
+ "role": "N/A"
+ }],
+ "require": {
+ "php": ">=5.3",
+ "phpbb": "3.1.0-dev"
+ },
+ "extra": {
+ "display-name": "phpBB Foo Extension"
+ }
+}