X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fstructure%2FApiDocumentationTest.php;h=83585af52e220aae00c8377d65ac21387b2e3281;hb=1abc89fc7651e122ca53fe874eecb89f30b5ba35;hp=9e46e073ac3d328e11020f8cae1d9f443ab40aac;hpb=525bfbc8df855aa12e01868d92532cd64482dc7d;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/structure/ApiDocumentationTest.php b/tests/phpunit/structure/ApiDocumentationTest.php index 9e46e073ac..83585af52e 100644 --- a/tests/phpunit/structure/ApiDocumentationTest.php +++ b/tests/phpunit/structure/ApiDocumentationTest.php @@ -79,7 +79,8 @@ class ApiDocumentationTest extends MediaWikiTestCase { } // Module description messages. - $this->checkMessage( $module->getDescriptionMessage(), 'Module description' ); + $this->checkMessage( $module->getSummaryMessage(), 'Module summary' ); + $this->checkMessage( $module->getExtendedDescription(), 'Module help top text' ); // Parameters. Lots of messages in here. $params = $module->getFinalParams( ApiBase::GET_VALUES_FOR_HELP );