mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-15 03:35:29 +00:00
631feb8a3d
From the PHP subclass of Scribunto_LuaEngineTestBase, Lua tests run by Scribunto_LuaEngineTestBase::testLua() may be skipped by adding an entry for the test name to $this->skipTests. From the Lua code run by Scribunto_LuaEngineTestBase::testLua(), tests may be skipped by calling the "markTestSkipped" function exported by the TestFramework module. Also, use this new mechanism to skip certain mw.language tests if Extension:CLDR or a similar extension is not available. Bug: 67343 Change-Id: I4f0b15073a84bf2f9d8a5d905c3c960941dd2b71 |
||
---|---|---|
.. | ||
CommonTest.php | ||
CommonTests-data-fail1.lua | ||
CommonTests-data-fail2.lua | ||
CommonTests-data-fail3.lua | ||
CommonTests-data-fail4.lua | ||
CommonTests-data-fail5.lua | ||
CommonTests-data.lua | ||
CommonTests.lua | ||
HtmlLibraryTest.php | ||
HtmlLibraryTests.lua | ||
LanguageLibraryTest.php | ||
LanguageLibraryTests.lua | ||
LuaDataProvider.php | ||
LuaEngineTestBase.php | ||
LuaEnvironmentComparisonTest.php | ||
LuaInterpreterTest.php | ||
luaParserTests.txt | ||
MessageLibraryTest.php | ||
MessageLibraryTests.lua | ||
SiteLibraryTest.php | ||
SiteLibraryTests.lua | ||
TestFramework.lua | ||
TextLibraryTest.php | ||
TextLibraryTests.lua | ||
TitleLibraryTest.php | ||
TitleLibraryTests.lua | ||
UriLibraryTest.php | ||
UriLibraryTests.lua | ||
UstringLibraryNormalizationTests.lua | ||
UstringLibraryTest.php | ||
UstringLibraryTests.lua |