mediawiki-extensions-Scribunto/tests/engines/LuaCommon
Brad Jorsch df38a296bf Allow for dynamically-loaded PHP libraries
Scribunto currently supports libraries with PHP callbacks that are
loaded on startup, and pure-Lua libraries that may be loaded from the
module with require().

This change allows for libraries with PHP callbacks to also be loaded
with require().

Change-Id: Ibdc1f4ef51b1c8644c3d4c98d57755b5c06447a5
2014-10-03 09:27:23 -04:00
..
CommonTest.php Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
CommonTests-data-fail1.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail2.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail3.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail4.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data-fail5.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-data.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
CommonTests-lib.lua Allow for dynamically-loaded PHP libraries 2014-10-03 09:27:23 -04:00
CommonTests.lua Add mw.loadData, for static data loading 2013-02-21 23:03:53 +00:00
HtmlLibraryTest.php Add mw.html to Scribunto 2014-01-03 00:04:34 +01:00
HtmlLibraryTests.lua Don't output a semicolon at the end of CSS 2014-09-10 19:08:34 -04:00
LanguageLibraryTest.php Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
LanguageLibraryTests.lua mw.language: Fix exceptions and add tests 2014-03-09 02:56:06 +00:00
LuaDataProvider.php Improve mw.getCurrentFrame handling 2014-07-07 13:11:20 -04:00
LuaEngineTestBase.php Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
LuaEnvironmentComparisonTest.php Use public instead of var in classes 2014-08-17 22:11:26 +01:00
LuaInterpreterTest.php Add comments and remove trailing whitespace 2014-07-07 14:46:59 -04:00
luaParserTests.txt Don't escape the delete character 2014-09-21 22:59:52 -04:00
MessageLibraryTest.php Add mw.message library 2013-02-26 22:20:04 -08:00
MessageLibraryTests.lua Remove message formats other than plain 2014-02-03 15:29:39 -05:00
SiteLibraryTest.php Add mw.site library 2013-02-06 09:20:59 -05:00
SiteLibraryTests.lua Properly handle spaces/underscores in mw.site.namespaces 2013-10-31 11:09:16 -04:00
TestFramework.lua Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
TextLibraryTest.php Add text module 2013-03-20 10:10:15 -04:00
TextLibraryTests.lua Output   instead of &#nbsp; 2014-09-08 16:06:34 -04:00
TitleLibraryTest.php Expose cascading protection directly to Lua 2014-08-13 12:34:47 -04:00
TitleLibraryTests.lua Expose cascading protection directly to Lua 2014-08-13 12:34:47 -04:00
UriLibraryTest.php Add mw.uri library 2013-02-07 13:31:24 -05:00
UriLibraryTests.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
UstringLibraryNormalizationTests.lua Lua ustring implementation 2013-02-12 14:26:29 -05:00
UstringLibraryPureLuaTest.php Fix deceptively-simple pattern in pure-Lua ustring 2014-08-10 01:18:18 +00:00
UstringLibraryTest.php Lua ustring implementation 2013-02-12 14:26:29 -05:00
UstringLibraryTests.lua Fix deceptively-simple pattern in pure-Lua ustring 2014-08-10 01:18:18 +00:00