MediaWiki
REL1_34
HashLibraryTest.php
Go to the documentation of this file.
1
<?php
2
3
class
Scribunto_LuaHashLibraryTest
extends
Scribunto_LuaEngineUnitTestBase
{
4
protected
static
$moduleName
=
'HashLibraryTests'
;
5
6
protected
function
getTestModules
() {
7
return
parent::getTestModules() + [
8
'HashLibraryTests'
=> __DIR__ .
'/HashLibraryTests.lua'
,
9
];
10
}
11
12
}
Scribunto_LuaEngineUnitTestBase
This is the subclass for Lua library tests.
Definition
LuaEngineUnitTestBase.php:12
Scribunto_LuaHashLibraryTest
Definition
HashLibraryTest.php:3
Scribunto_LuaHashLibraryTest\$moduleName
static $moduleName
Definition
HashLibraryTest.php:4
Scribunto_LuaHashLibraryTest\getTestModules
getTestModules()
Definition
HashLibraryTest.php:6
extensions
Scribunto
tests
phpunit
engines
LuaCommon
HashLibraryTest.php
Generated on Mon Nov 25 2024 16:04:43 for MediaWiki by
1.10.0