diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-21 15:19:26 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-05-08 08:47:22 +0200 |
commit | 269c2ce98de5b55a713e998aacdaa5500d32b617 (patch) | |
tree | 197fbb481a547b29dae0aaa1680e53ccadcb8238 /tests/functional/fixtures | |
parent | 62f35121d948bd177004628a4be2b4e8810a50bd (diff) | |
download | forums-269c2ce98de5b55a713e998aacdaa5500d32b617.tar forums-269c2ce98de5b55a713e998aacdaa5500d32b617.tar.gz forums-269c2ce98de5b55a713e998aacdaa5500d32b617.tar.bz2 forums-269c2ce98de5b55a713e998aacdaa5500d32b617.tar.xz forums-269c2ce98de5b55a713e998aacdaa5500d32b617.zip |
[ticket/11450] Test the extensions details page in ACP Customise Tab
PHPBB3-11450
Diffstat (limited to 'tests/functional/fixtures')
-rw-r--r-- | tests/functional/fixtures/ext/foo/bar/composer.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/composer.json b/tests/functional/fixtures/ext/foo/bar/composer.json new file mode 100644 index 0000000000..50a8a7358a --- /dev/null +++ b/tests/functional/fixtures/ext/foo/bar/composer.json @@ -0,0 +1,23 @@ +{ + "name": "foo/bar", + "type": "phpbb3-extension", + "description": "Testing extensions", + "homepage": "", + "version": "1.0.0", + "time": "2013-03-21 01:01:01", + "licence": "GPL-2.0", + "authors": [{ + "name": "Joas Schilling", + "username": "nickvergessen", + "email": "nickvergessen@phpbb.com", + "homepage": "http://www.phpbb.com", + "role": "Developer" + }], + "require": { + "php": ">=5.3", + "phpbb": ">=3.1.0-dev" + }, + "extra": { + "display-name": "phpBB 3.1 Extension Testing" + } +}
\ No newline at end of file |