aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/exception
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/exception')
-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
5 files changed, 5 insertions, 5 deletions
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 {