Fix spelling error in test function name
authorThalia <thalia.e.chan@googlemail.com>
Thu, 6 Jun 2019 21:29:02 +0000 (17:29 -0400)
committerReedy <reedy@wikimedia.org>
Thu, 6 Jun 2019 23:53:54 +0000 (23:53 +0000)
Change-Id: Ib9b83f6936a3ba86dbb7537d9cef7810c8bc36db

tests/phpunit/includes/api/ApiBlockTest.php

index e06f828..43da9a9 100644 (file)
@@ -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,
                ] );