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