wiki.techinc.nl/tests/phpunit/includes/actions
daniel a4853b0aa5 Introduce MediaWikiEntryPoint and ActionEntryPoint
This extracts the MediaWikiEntryPoint base class and ActionEntryPoint
class from the MediaWiki class. MediaWiki itself be deprecated.

The intent is to create other subclasses of MediaWikiEntryPoint for the
use by other entry points such as thumb.php or api.php. This will allow
us to share code between entry points, and make these entry points
testable by moving their implementation into a class.

Bug: T354216
Change-Id: Ib70e4e67e4cb1b65ac218c095864fb6eb43d0929
2024-01-03 19:20:44 +01:00
..
ActionEntryPointTest.php Introduce MediaWikiEntryPoint and ActionEntryPoint 2024-01-03 19:20:44 +01:00
ActionFactoryIntegrationTest.php Fix DB usage in non-database tests 2023-07-21 13:52:47 +02:00
ActionTest.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
RollbackActionTest.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
WatchActionTest.php Bump codesniffer to 42.0.0 2023-09-27 15:06:32 -04:00