Merge "resourceloader: Remove my `@author` comments from unit tests"
[lhc/web/wiklou.git] / tests / qunit / data / generateJqueryMsgData.php
index a85e41a..30d993e 100644 (file)
@@ -84,7 +84,7 @@ class GenerateJqueryMsgData extends Maintenance {
 
        public function __construct() {
                parent::__construct();
-               $this->mDescription = 'Create a specification for message parsing ini JSON format';
+               $this->addDescription( 'Create a specification for message parsing ini JSON format' );
                // add any other options here
        }