diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-30 21:24:46 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-09-30 21:24:46 -0500 |
commit | ff4756f87abac6fb9f15da16d35d9a211c533c75 (patch) | |
tree | e747ad7b205186d70897e827aeb41a68065c2b29 /tests/functional | |
parent | e905a46b8c466ed2c6b02f2baacb74c67ddc0f12 (diff) | |
download | forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar.gz forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar.bz2 forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.tar.xz forums-ff4756f87abac6fb9f15da16d35d9a211c533c75.zip |
[ticket/11840] Use generic information in the test extension
Not sure why I had my name/info in these files...
PHPBB3-11840
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/extension_acp_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/extension_acp_test.php b/tests/functional/extension_acp_test.php index 2495ebdc4f..401b18f11c 100644 --- a/tests/functional/extension_acp_test.php +++ b/tests/functional/extension_acp_test.php @@ -111,9 +111,9 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case 'LICENCE' => 'GPL-2.0', 'PHPBB_VERSION' => '3.1.*@dev', 'PHP_VERSION' => '>=5.3', - 'AUTHOR_NAME' => 'Nathan Guse', + 'AUTHOR_NAME' => 'John Smith', 'AUTHOR_EMAIL' => 'email@phpbb.com', - 'AUTHOR_HOMEPAGE' => 'http://lithiumstudios.org', + 'AUTHOR_HOMEPAGE' => 'http://phpbb.com', 'AUTHOR_ROLE' => 'N/A', ); |