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

13 lines
281 B
PHP
Raw Normal View History

<?php
class Scribunto_LuaHashLibraryTest extends Scribunto_LuaEngineTestBase {
protected static $moduleName = 'HashLibraryTests';
protected function getTestModules() {
return parent::getTestModules() + [
'HashLibraryTests' => __DIR__ . '/HashLibraryTests.lua',
];
}
}