mediawiki-extensions-Scribunto/includes
Daimona Eaytoy 7e54c088ac Avoid DB access in databaseless tests
- Force a content model on the title used by LuaEngineTestBase, so that
  calls to getPageLanguage() won't end up hitting the DB
- Don't actually use SiteStats from SiteLibrary in unit tests. There
  seem to be no test actually using this data.

Bug: T345372
Change-Id: I35884f04b582678982fb5f64d9199bab41cd8bce
2023-08-31 19:12:55 +00:00
..
Engines Avoid DB access in databaseless tests 2023-08-31 19:12:55 +00:00
Hooks Create HookRunner class and the hook handler interfaces 2023-06-19 21:39:33 +00:00
ApiScribuntoConsole.php Replace some moved Title class uses, now MediaWiki\Title\Title 2023-08-19 12:22:05 +00:00
CodeEditorHooks.php Use HookHandlers for CodeEditor hook 2023-08-15 13:50:13 +02:00
Hooks.php Use namespaced Title 2023-08-19 20:18:41 +02:00
Scribunto.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoContent.php Start namespacing extension 2022-05-12 01:33:11 +00:00
ScribuntoContentHandler.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoEngineBase.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoException.php Use namespaced Title 2023-08-19 20:18:41 +02:00
ScribuntoModuleBase.php Start namespacing extension 2022-05-12 01:33:11 +00:00