mediawiki-extensions-Scribunto/tests/engines/LuaCommon
Brad Jorsch e66ccb89b4 Test for leaked global variables
It's easy to forget a 'local' somewhere and accidentally leak a global
variable. Add a unit test to catch that.

Change-Id: I3a8dda22f108d88039f9562a1da7a739850bb14b
2013-02-14 04:02:48 +00:00
..
CommonTest.php Test for leaked global variables 2013-02-14 04:02:48 +00:00
CommonTests.lua Add incrementExpensiveFunctionCount() methods 2013-02-01 15:55:16 -05:00
LuaDataProvider.php Make Lua engine tests modular 2013-02-06 09:10:57 -05:00
LuaEngineTestBase.php Fix unit tests after I62259b76 2013-02-07 15:59:38 -05:00
LuaEnvironmentComparisonTest.php Fix unit tests after I62259b76 2013-02-07 15:59:38 -05:00
LuaInterpreterTest.php Fix LuaStandalone nil handling 2013-01-30 10:12:23 -05:00
luaParserTests.txt Make pairs and ipairs work with frame.args 2013-02-12 06:41:33 +00:00
SiteLibraryTest.php Add mw.site library 2013-02-06 09:20:59 -05:00
SiteLibraryTests.lua Add mw.site library 2013-02-06 09:20:59 -05:00
TestFramework.lua Test for leaked global variables 2013-02-14 04:02:48 +00:00
UriLibraryTest.php Add mw.uri library 2013-02-07 13:31:24 -05:00
UriLibraryTests.lua Add mw.uri library 2013-02-07 13:31:24 -05:00
UstringLibraryNormalizationTests.lua Lua ustring implementation 2013-02-12 14:26:29 -05:00
UstringLibraryTest.php Lua ustring implementation 2013-02-12 14:26:29 -05:00
UstringLibraryTests.lua Lua ustring implementation 2013-02-12 14:26:29 -05:00