From: Thalia Date: Thu, 6 Jun 2019 21:29:02 +0000 (-0400) Subject: Fix spelling error in test function name X-Git-Tag: 1.34.0-rc.0~1499 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=ddf87314b6102ee0558ee201d4fc123bdd168b35;hp=23ef4c44eeac8881d3c31701fdeb59a5ba3b6be5;p=lhc%2Fweb%2Fwiklou.git Fix spelling error in test function name Change-Id: Ib9b83f6936a3ba86dbb7537d9cef7810c8bc36db --- diff --git a/tests/phpunit/includes/api/ApiBlockTest.php b/tests/phpunit/includes/api/ApiBlockTest.php index e06f828148..43da9a95ba 100644 --- a/tests/phpunit/includes/api/ApiBlockTest.php +++ b/tests/phpunit/includes/api/ApiBlockTest.php @@ -314,7 +314,7 @@ class ApiBlockTest extends ApiTestCase { * @expectedExceptionMessage Too many values supplied for parameter "pagerestrictions". The * limit is 10. */ - public function testBlockingToManyPageRestrictions() { + public function testBlockingTooManyPageRestrictions() { $this->setMwGlobals( [ 'wgEnablePartialBlocks' => true, ] );