registration: Only allow one extension to set a specific config setting
[lhc/web/wiklou.git] / tests / phpunit / structure / ApiDocumentationTest.php
index 9e46e07..83585af 100644 (file)
@@ -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 );