[ticket/11840] Use generic information in the test extension

Not sure why I had my name/info in these files...

PHPBB3-11840
This commit is contained in:
Nathan Guse 2013-09-30 21:24:46 -05:00
parent e905a46b8c
commit ff4756f87a
3 changed files with 7 additions and 7 deletions

View file

@ -6,9 +6,9 @@
"time": "2012-02-15 01:01:01", "time": "2012-02-15 01:01:01",
"licence": "GPL-2.0", "licence": "GPL-2.0",
"authors": [{ "authors": [{
"name": "Nathan Guse", "name": "John Smith",
"email": "email@phpbb.com", "email": "email@phpbb.com",
"homepage": "http://lithiumstudios.org", "homepage": "http://phpbb.com",
"role": "N/A" "role": "N/A"
}], }],
"require": { "require": {

View file

@ -6,10 +6,10 @@
"time": "2012-02-15 01:01:01", "time": "2012-02-15 01:01:01",
"licence": "GNU GPL v2", "licence": "GNU GPL v2",
"authors": [{ "authors": [{
"name": "Nathan Guse", "name": "John Smith",
"username": "EXreaction", "username": "JohnSmith27",
"email": "email@phpbb.com", "email": "email@phpbb.com",
"homepage": "http://lithiumstudios.org", "homepage": "http://phpbb.com",
"role": "N/A" "role": "N/A"
}], }],
"require": { "require": {

View file

@ -111,9 +111,9 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
'LICENCE' => 'GPL-2.0', 'LICENCE' => 'GPL-2.0',
'PHPBB_VERSION' => '3.1.*@dev', 'PHPBB_VERSION' => '3.1.*@dev',
'PHP_VERSION' => '>=5.3', 'PHP_VERSION' => '>=5.3',
'AUTHOR_NAME' => 'Nathan Guse', 'AUTHOR_NAME' => 'John Smith',
'AUTHOR_EMAIL' => 'email@phpbb.com', 'AUTHOR_EMAIL' => 'email@phpbb.com',
'AUTHOR_HOMEPAGE' => 'http://lithiumstudios.org', 'AUTHOR_HOMEPAGE' => 'http://phpbb.com',
'AUTHOR_ROLE' => 'N/A', 'AUTHOR_ROLE' => 'N/A',
); );