aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraddshore <addshorewiki@gmail.com>2016-01-27 10:59:31 +0100
committeraddshore <addshorewiki@gmail.com>2016-01-27 10:59:31 +0100
commit044f6418b10298f40b7da3ee9be7686206cec1a6 (patch)
treec6770ff55d60f4bc2059301074162d42e5a905bc /tests
parent0c8101570c3c1c9df01efc6a4fac1441ff080389 (diff)
downloadmediawikicore-044f6418b10298f40b7da3ee9be7686206cec1a6.tar.gz
mediawikicore-044f6418b10298f40b7da3ee9be7686206cec1a6.zip
Switch name to username in @author tags
From now on I will simply use addshore everywhere to keep things uniform... Change-Id: Iaf441b2d7a67a12c20529f0e9c7b47819f4abfae
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit/includes/StatusTest.php2
-rw-r--r--tests/phpunit/includes/TitleArrayFromResultTest.php2
-rw-r--r--tests/phpunit/includes/changes/CategoryMembershipChangeTest.php2
-rw-r--r--tests/phpunit/includes/content/JsonContentTest.php2
-rw-r--r--tests/phpunit/includes/diff/ArrayDiffFormatterTest.php2
-rw-r--r--tests/phpunit/includes/diff/DiffOpTest.php2
-rw-r--r--tests/phpunit/includes/diff/DiffTest.php2
-rw-r--r--tests/phpunit/includes/exception/BadTitleErrorTest.php2
-rw-r--r--tests/phpunit/includes/exception/ErrorPageErrorTest.php2
-rw-r--r--tests/phpunit/includes/exception/ReadOnlyErrorTest.php2
-rw-r--r--tests/phpunit/includes/exception/ThrottledErrorTest.php2
-rw-r--r--tests/phpunit/includes/exception/UserNotLoggedInTest.php2
-rw-r--r--tests/phpunit/includes/jobqueue/JobTest.php2
-rw-r--r--tests/phpunit/includes/specials/SpecialBlankPageTest.php2
-rw-r--r--tests/phpunit/includes/specials/SpecialPageTestBase.php2
-rw-r--r--tests/phpunit/includes/user/UserArrayFromResultTest.php2
-rw-r--r--tests/phpunit/tests/MediaWikiTestCaseTest.php2
17 files changed, 17 insertions, 17 deletions
diff --git a/tests/phpunit/includes/StatusTest.php b/tests/phpunit/includes/StatusTest.php
index c95e69b60c71..f5d0480e89bd 100644
--- a/tests/phpunit/includes/StatusTest.php
+++ b/tests/phpunit/includes/StatusTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
*/
class StatusTest extends MediaWikiLangTestCase {
diff --git a/tests/phpunit/includes/TitleArrayFromResultTest.php b/tests/phpunit/includes/TitleArrayFromResultTest.php
index aad435e77713..f06208b3e0a8 100644
--- a/tests/phpunit/includes/TitleArrayFromResultTest.php
+++ b/tests/phpunit/includes/TitleArrayFromResultTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
* @covers TitleArrayFromResult
*/
class TitleArrayFromResultTest extends PHPUnit_Framework_TestCase {
diff --git a/tests/phpunit/includes/changes/CategoryMembershipChangeTest.php b/tests/phpunit/includes/changes/CategoryMembershipChangeTest.php
index 2622ad48c1ce..70da12e2dbf1 100644
--- a/tests/phpunit/includes/changes/CategoryMembershipChangeTest.php
+++ b/tests/phpunit/includes/changes/CategoryMembershipChangeTest.php
@@ -5,7 +5,7 @@
*
* @group Database
*
- * @author Adam Shorland
+ * @author Addshore
*/
class CategoryMembershipChangeTest extends MediaWikiLangTestCase {
diff --git a/tests/phpunit/includes/content/JsonContentTest.php b/tests/phpunit/includes/content/JsonContentTest.php
index 8a9d2ab0850a..6a6cecc364a0 100644
--- a/tests/phpunit/includes/content/JsonContentTest.php
+++ b/tests/phpunit/includes/content/JsonContentTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
* @covers JsonContent
*/
class JsonContentTest extends MediaWikiLangTestCase {
diff --git a/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php b/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php
index a546bec17b25..f4757a4d7edb 100644
--- a/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php
+++ b/tests/phpunit/includes/diff/ArrayDiffFormatterTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
*
* @group Diff
*/
diff --git a/tests/phpunit/includes/diff/DiffOpTest.php b/tests/phpunit/includes/diff/DiffOpTest.php
index cbe05732dde4..d15e6cd7c597 100644
--- a/tests/phpunit/includes/diff/DiffOpTest.php
+++ b/tests/phpunit/includes/diff/DiffOpTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
*
* @group Diff
*/
diff --git a/tests/phpunit/includes/diff/DiffTest.php b/tests/phpunit/includes/diff/DiffTest.php
index e0d791579749..31e0f8792b21 100644
--- a/tests/phpunit/includes/diff/DiffTest.php
+++ b/tests/phpunit/includes/diff/DiffTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
*
* @group Diff
*/
diff --git a/tests/phpunit/includes/exception/BadTitleErrorTest.php b/tests/phpunit/includes/exception/BadTitleErrorTest.php
index 500b7e48da88..e6a1812584da 100644
--- a/tests/phpunit/includes/exception/BadTitleErrorTest.php
+++ b/tests/phpunit/includes/exception/BadTitleErrorTest.php
@@ -1,7 +1,7 @@
<?php
/**
* @covers BadTitleError
- * @author Adam Shorland
+ * @author Addshore
*/
class BadTitleErrorTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/includes/exception/ErrorPageErrorTest.php b/tests/phpunit/includes/exception/ErrorPageErrorTest.php
index 9c4e4a0b4afa..d045268b6bf9 100644
--- a/tests/phpunit/includes/exception/ErrorPageErrorTest.php
+++ b/tests/phpunit/includes/exception/ErrorPageErrorTest.php
@@ -2,7 +2,7 @@
/**
* @covers ErrorPageError
- * @author Adam Shorland
+ * @author Addshore
*/
class ErrorPageErrorTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/includes/exception/ReadOnlyErrorTest.php b/tests/phpunit/includes/exception/ReadOnlyErrorTest.php
index 6f6aba47cfbd..bb874e19b4cb 100644
--- a/tests/phpunit/includes/exception/ReadOnlyErrorTest.php
+++ b/tests/phpunit/includes/exception/ReadOnlyErrorTest.php
@@ -2,7 +2,7 @@
/**
* @covers ReadOnlyError
- * @author Adam Shorland
+ * @author Addshore
*/
class ReadOnlyErrorTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/includes/exception/ThrottledErrorTest.php b/tests/phpunit/includes/exception/ThrottledErrorTest.php
index a1cf84bc553a..23bb1e860162 100644
--- a/tests/phpunit/includes/exception/ThrottledErrorTest.php
+++ b/tests/phpunit/includes/exception/ThrottledErrorTest.php
@@ -2,7 +2,7 @@
/**
* @covers ThrottledError
- * @author Adam Shorland
+ * @author Addshore
*/
class ThrottledErrorTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/includes/exception/UserNotLoggedInTest.php b/tests/phpunit/includes/exception/UserNotLoggedInTest.php
index 591a0fa1eae0..644de0bd89fd 100644
--- a/tests/phpunit/includes/exception/UserNotLoggedInTest.php
+++ b/tests/phpunit/includes/exception/UserNotLoggedInTest.php
@@ -2,7 +2,7 @@
/**
* @covers UserNotLoggedIn
- * @author Adam Shorland
+ * @author Addshore
*/
class UserNotLoggedInTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/includes/jobqueue/JobTest.php b/tests/phpunit/includes/jobqueue/JobTest.php
index 93069d2e8df8..0550a938fec0 100644
--- a/tests/phpunit/includes/jobqueue/JobTest.php
+++ b/tests/phpunit/includes/jobqueue/JobTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
*/
class JobTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/includes/specials/SpecialBlankPageTest.php b/tests/phpunit/includes/specials/SpecialBlankPageTest.php
index 1d4f5e51f060..7bfb86184686 100644
--- a/tests/phpunit/includes/specials/SpecialBlankPageTest.php
+++ b/tests/phpunit/includes/specials/SpecialBlankPageTest.php
@@ -2,7 +2,7 @@
/**
* @licence GNU GPL v2+
- * @author Adam Shorland
+ * @author Addshore
*
* @covers SpecialBlankpage
*/
diff --git a/tests/phpunit/includes/specials/SpecialPageTestBase.php b/tests/phpunit/includes/specials/SpecialPageTestBase.php
index 9c7b0f0087ab..db8ae0f6fbe9 100644
--- a/tests/phpunit/includes/specials/SpecialPageTestBase.php
+++ b/tests/phpunit/includes/specials/SpecialPageTestBase.php
@@ -8,7 +8,7 @@
* @licence GNU GPL v2+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @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 469ad2967107..4bc776589d89 100644
--- a/tests/phpunit/includes/user/UserArrayFromResultTest.php
+++ b/tests/phpunit/includes/user/UserArrayFromResultTest.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Adam Shorland
+ * @author Addshore
* @covers UserArrayFromResult
*/
class UserArrayFromResultTest extends MediaWikiTestCase {
diff --git a/tests/phpunit/tests/MediaWikiTestCaseTest.php b/tests/phpunit/tests/MediaWikiTestCaseTest.php
index 64def9125a64..88874997974f 100644
--- a/tests/phpunit/tests/MediaWikiTestCaseTest.php
+++ b/tests/phpunit/tests/MediaWikiTestCaseTest.php
@@ -2,7 +2,7 @@
/**
* @covers MediaWikiTestCase
- * @author Adam Shorland
+ * @author Addshore
*/
class MediaWikiTestCaseTest extends MediaWikiTestCase {