Add @since tags for TestUser::getUser/Password
authoraddshore <addshorewiki@gmail.com>
Fri, 6 May 2016 15:01:40 +0000 (16:01 +0100)
committeraddshore <addshorewiki@gmail.com>
Fri, 6 May 2016 15:01:40 +0000 (16:01 +0100)
Change-Id: I10f4ba36bcb5cb329410d76be3c629635113b2f7

tests/phpunit/includes/TestUser.php

index b506cb8..142c77f 100644 (file)
@@ -143,6 +143,7 @@ class TestUser {
        }
 
        /**
+        * @since 1.25
         * @return User
         */
        public function getUser() {
@@ -150,6 +151,7 @@ class TestUser {
        }
 
        /**
+        * @since 1.25
         * @return string
         */
        public function getPassword() {