MediaWiki
1.34.0
|
@group Lua @group LuaSandbox @covers Scribunto_LuaSandboxInterpreter More...
Public Member Functions | |
testGetMemoryUsage () | |
Public Member Functions inherited from Scribunto_LuaInterpreterTest | |
passthru () | |
provideRoundtrip () | |
testDoubleRoundtrip () | |
@dataProvider provideRoundtrip More... | |
testRegisterInterfaceWithSameName () | |
testRoundtrip () | |
@dataProvider provideRoundtrip More... | |
testRoundtripNAN () | |
This cannot be done in testRoundtrip and testDoubleRoundtrip, because assertSame( NAN, NAN ) returns false. More... | |
testTestMemoryLimit () | |
testTimeLimit () | |
testWrapPHPFunction () | |
Public Attributes | |
$stdOpts | |
Protected Member Functions | |
newInterpreter ( $opts=[]) | |
Protected Member Functions inherited from Scribunto_LuaInterpreterTest | |
getBusyLoop ( $interpreter) | |
setUp () | |
@group Lua @group LuaSandbox @covers Scribunto_LuaSandboxInterpreter
Definition at line 14 of file LuaSandboxInterpreterTest.php.
|
protected |
Reimplemented from Scribunto_LuaInterpreterTest.
Definition at line 20 of file LuaSandboxInterpreterTest.php.
References $stdOpts.
Referenced by testGetMemoryUsage().
Scribunto_LuaSandboxInterpreterTest::testGetMemoryUsage | ( | ) |
Definition at line 26 of file LuaSandboxInterpreterTest.php.
References newInterpreter().
Scribunto_LuaSandboxInterpreterTest::$stdOpts |
Definition at line 15 of file LuaSandboxInterpreterTest.php.
Referenced by newInterpreter().