X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fstructure%2FApiDocumentationTest.php;h=83585af52e220aae00c8377d65ac21387b2e3281;hb=29a5fc72e3ab7d3da28bc4cc91d4bb051b9a690a;hp=9e46e073ac3d328e11020f8cae1d9f443ab40aac;hpb=4e9feeb56002b88832036224a0bf8dfdd7b5d473;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 );