aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/MessageTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/MessageTest.php')
-rw-r--r--tests/phpunit/includes/MessageTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/MessageTest.php b/tests/phpunit/includes/MessageTest.php
index 512ebc5d9894..cb01481f4cb2 100644
--- a/tests/phpunit/includes/MessageTest.php
+++ b/tests/phpunit/includes/MessageTest.php
@@ -897,8 +897,8 @@ class MessageTest extends MediaWikiLangTestCase {
}
/**
- * @covers Message::serialize
- * @covers Message::unserialize
+ * @covers Message::__serialize
+ * @covers Message::__unserialize
*/
public function testSerialization() {
$msg = new Message( 'parentheses' );