From fad704814e28491004fa7f6afa036c22d02c8605 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Thu, 24 Sep 2015 13:03:22 -0400 Subject: [PATCH] Typo fix to phab reference in comment This got inadvertently corrupted in the bugzilla->phab cleanup done in 271da881279417. Change-Id: Ic70a9bd167e76800466a00521f5564d9d13c7c2b --- tests/phpunit/includes/api/ApiBlockTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/api/ApiBlockTest.php b/tests/phpunit/includes/api/ApiBlockTest.php index d499a759ab..e0488b78b1 100644 --- a/tests/phpunit/includes/api/ApiBlockTest.php +++ b/tests/phpunit/includes/api/ApiBlockTest.php @@ -34,7 +34,7 @@ class ApiBlockTest extends ApiTestCase { * * Root cause is https://gerrit.wikimedia.org/r/3434 * Which made the Block/Unblock API to actually verify the token - * previously always considered valid (T37646). + * previously always considered valid (T36212). */ public function testMakeNormalBlock() { $tokens = $this->getTokens(); -- 2.20.1