aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/extension/ext/foo/composer.json4
-rw-r--r--tests/extension/ext/vendor/moo/composer.json6
-rw-r--r--tests/functional/extension_acp_test.php4
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/extension/ext/foo/composer.json b/tests/extension/ext/foo/composer.json
index 828ae4ab79..5367eaf593 100644
--- a/tests/extension/ext/foo/composer.json
+++ b/tests/extension/ext/foo/composer.json
@@ -6,9 +6,9 @@
"time": "2012-02-15 01:01:01",
"licence": "GPL-2.0",
"authors": [{
- "name": "Nathan Guse",
+ "name": "John Smith",
"email": "email@phpbb.com",
- "homepage": "http://lithiumstudios.org",
+ "homepage": "http://phpbb.com",
"role": "N/A"
}],
"require": {
diff --git a/tests/extension/ext/vendor/moo/composer.json b/tests/extension/ext/vendor/moo/composer.json
index c91a5e027b..0d50dcce99 100644
--- a/tests/extension/ext/vendor/moo/composer.json
+++ b/tests/extension/ext/vendor/moo/composer.json
@@ -6,10 +6,10 @@
"time": "2012-02-15 01:01:01",
"licence": "GNU GPL v2",
"authors": [{
- "name": "Nathan Guse",
- "username": "EXreaction",
+ "name": "John Smith",
+ "username": "JohnSmith27",
"email": "email@phpbb.com",
- "homepage": "http://lithiumstudios.org",
+ "homepage": "http://phpbb.com",
"role": "N/A"
}],
"require": {
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',
);