MediaWiki REL1_34
MessageLibraryTest.php
Go to the documentation of this file.
1<?php
2
4 protected static $moduleName = 'MessageLibraryTests';
5
6 protected function getTestModules() {
7 return parent::getTestModules() + [
8 'MessageLibraryTests' => __DIR__ . '/MessageLibraryTests.lua',
9 ];
10 }
11}
This is the subclass for Lua library tests.