From 044f6418b10298f40b7da3ee9be7686206cec1a6 Mon Sep 17 00:00:00 2001 From: addshore Date: Wed, 27 Jan 2016 10:59:31 +0100 Subject: [PATCH] Switch name to username in @author tags From now on I will simply use addshore everywhere to keep things uniform... Change-Id: Iaf441b2d7a67a12c20529f0e9c7b47819f4abfae --- includes/changes/CategoryMembershipChange.php | 2 +- tests/phpunit/includes/StatusTest.php | 2 +- tests/phpunit/includes/TitleArrayFromResultTest.php | 2 +- tests/phpunit/includes/changes/CategoryMembershipChangeTest.php | 2 +- tests/phpunit/includes/content/JsonContentTest.php | 2 +- tests/phpunit/includes/diff/ArrayDiffFormatterTest.php | 2 +- tests/phpunit/includes/diff/DiffOpTest.php | 2 +- tests/phpunit/includes/diff/DiffTest.php | 2 +- tests/phpunit/includes/exception/BadTitleErrorTest.php | 2 +- tests/phpunit/includes/exception/ErrorPageErrorTest.php | 2 +- tests/phpunit/includes/exception/ReadOnlyErrorTest.php | 2 +- tests/phpunit/includes/exception/ThrottledErrorTest.php | 2 +- tests/phpunit/includes/exception/UserNotLoggedInTest.php | 2 +- tests/phpunit/includes/jobqueue/JobTest.php | 2 +- tests/phpunit/includes/specials/SpecialBlankPageTest.php | 2 +- tests/phpunit/includes/specials/SpecialPageTestBase.php | 2 +- tests/phpunit/includes/user/UserArrayFromResultTest.php | 2 +- tests/phpunit/tests/MediaWikiTestCaseTest.php | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/includes/changes/CategoryMembershipChange.php b/includes/changes/CategoryMembershipChange.php index af6f9d920f..ab88834d6a 100644 --- a/includes/changes/CategoryMembershipChange.php +++ b/includes/changes/CategoryMembershipChange.php @@ -19,7 +19,7 @@ * * @file * @author Kai Nissen - * @author Adam Shorland + * @author Addshore * @since 1.27 */ diff --git a/tests/phpunit/includes/StatusTest.php b/tests/phpunit/includes/StatusTest.php index c95e69b60c..f5d0480e89 100644 --- a/tests/phpunit/includes/StatusTest.php +++ b/tests/phpunit/includes/StatusTest.php @@ -1,7 +1,7 @@ * @author Daniel Kinzler - * @author Adam Shorland + * @author Addshore * @author Thiemo Mättig */ abstract class SpecialPageTestBase extends MediaWikiTestCase { diff --git a/tests/phpunit/includes/user/UserArrayFromResultTest.php b/tests/phpunit/includes/user/UserArrayFromResultTest.php index 469ad29671..4bc776589d 100644 --- a/tests/phpunit/includes/user/UserArrayFromResultTest.php +++ b/tests/phpunit/includes/user/UserArrayFromResultTest.php @@ -1,7 +1,7 @@