Cscott has uploaded a new change for review. https://gerrit.wikimedia.org/r/240745
Change subject: Typo fix to phab reference in comment ...................................................................... Typo fix to phab reference in comment This got inadvertently corrupted in https://gerrit.wikimedia.org/r/237903 Change-Id: Ic70a9bd167e76800466a00521f5564d9d13c7c2b --- M tests/phpunit/includes/api/ApiBlockTest.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/45/240745/1 diff --git a/tests/phpunit/includes/api/ApiBlockTest.php b/tests/phpunit/includes/api/ApiBlockTest.php index d499a75..e0488b7 100644 --- a/tests/phpunit/includes/api/ApiBlockTest.php +++ b/tests/phpunit/includes/api/ApiBlockTest.php @@ -34,7 +34,7 @@ * * 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(); -- To view, visit https://gerrit.wikimedia.org/r/240745 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic70a9bd167e76800466a00521f5564d9d13c7c2b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
