Current File : /home/jvzmxxx/wiki1/extensions/Scribunto/tests/engines/LuaCommon/LibraryUtilTest.php
<?php

// @codingStandardsIgnoreLine Squiz.Classes.ValidClassName.NotCamelCaps
class Scribunto_LuaLibraryUtilTests extends Scribunto_LuaEngineTestBase {
	protected static $moduleName = 'LibraryUtilTests';

	function getTestModules() {
		return parent::getTestModules() + array(
			'LibraryUtilTests' => __DIR__ . '/LibraryUtilTests.lua',
		);
	}
}