mediawiki-extensions-Scribunto/tests/engines/LuaCommon
Brad Jorsch aa4d72e3ff Fix uncontroversial phpcs errors
The following continue to be ignored:
* Generic.Arrays.DisallowLongArraySyntax.Found, because I'm not sure
  Scribunto is ready to abandon old version support in master.
* MediaWiki.ControlStructures.AssignmentInControlStructures.AssignmentInControlStructures,
  because it's overly strict for its purpose.

Squiz.Classes.ValidClassName.NotCamelCaps isn't ignored globally, we
just ignore it explicitly every place it's needed.

Change-Id: I307668da6ef7b3e23da19b1fd1e08914239b99b3
2016-05-18 16:31:28 -04:00
..
CommonTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -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 Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
HtmlLibraryTests.lua Improve error messages in mw.html 2014-12-08 17:01:31 +00:00
LanguageLibraryTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LanguageLibraryTests.lua Update LanguageLibraryTests per changes in core 2016-03-20 18:02:22 -04:00
LibraryUtilTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LibraryUtilTests.lua Improve error messages in mw.html 2014-12-08 17:01:31 +00:00
LuaDataProvider.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LuaEngineTestBase.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LuaEnvironmentComparisonTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
LuaInterpreterTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
luaParserTests.txt Restrict cached results to their original frame 2016-03-09 11:27:23 -05:00
MessageLibraryTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
MessageLibraryTests.lua Remove message formats other than plain 2014-02-03 15:29:39 -05:00
SiteLibraryTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
SiteLibraryTests.lua Add mw.site.interwikiMap 2014-12-24 01:17:48 +09:00
TestFramework.lua Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
TextLibraryTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
TextLibraryTests.lua Allow nil in mw.text.jsonEncode 2015-06-16 16:36:30 +00:00
TitleLibraryTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
TitleLibraryTests.lua Provide a standard way to get the target of a redirect page 2016-03-01 14:30:22 +01:00
UriLibraryTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
UriLibraryTests.lua Make pairs() work with various library objects 2013-04-02 17:23:42 +00:00
UstringLibraryNormalizationTests.lua Add toNFKC and toNFKD to mw.ustring 2016-04-02 15:22:42 +00:00
UstringLibraryPureLuaTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
UstringLibraryTest.php Fix uncontroversial phpcs errors 2016-05-18 16:31:28 -04:00
UstringLibraryTests.lua ustring: Handle "empty" charset like Lua does (part 2) 2015-10-16 09:26:55 -04:00