Merge "Remove unused global from SpecialUserlogin.php"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiLoginTest.php
index 67a75f3..88a99e9 100644 (file)
@@ -123,7 +123,8 @@ class ApiLoginTest extends ApiTestCase {
                                        "lgname" => $user->username,
                                        "lgpassword" => $user->password
                                )
-                       )
+                       ),
+                       __METHOD__
                );
                $req->execute();