Current File : /home/jvzmxxx/wiki/extensions/Scribunto/tests/engines/LuaCommon/HashLibraryTest.php
<?php

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

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

}