X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fstructure%2FApiDocumentationTest.php;h=83585af52e220aae00c8377d65ac21387b2e3281;hb=29a5fc72e3ab7d3da28bc4cc91d4bb051b9a690a;hp=bc5a6bd6c7602da58d0fa5349e981c73e72c44aa;hpb=1493438594c13afa4384abb0c2ff14ecd844295d;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/structure/ApiDocumentationTest.php b/tests/phpunit/structure/ApiDocumentationTest.php index bc5a6bd6c7..83585af52e 100644 --- a/tests/phpunit/structure/ApiDocumentationTest.php +++ b/tests/phpunit/structure/ApiDocumentationTest.php @@ -1,5 +1,7 @@ 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 );