mediawiki-extensions-Scribunto/tests/engines/LuaCommon/HashLibraryTest.php

14 lines
359 B
PHP
Raw Normal View History

<?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',
);
}
}