mediawiki-extensions-Scribunto/tests/engines
Brad Jorsch 631feb8a3d Allow for skipping Lua tests
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
2014-07-01 10:48:36 -04:00
..
LuaCommon Allow for skipping Lua tests 2014-07-01 10:48:36 -04:00
LuaSandbox Update phpunit @group annotations 2013-11-01 11:56:24 -04:00
LuaStandalone LuaStandalone: Release functions when no longer referenced 2014-02-25 22:59:05 +00:00