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 |
||
|---|---|---|
| .. | ||
| ActionEntryPointTest.php | ||
| ActionFactoryIntegrationTest.php | ||
| ActionTest.php | ||
| RollbackActionTest.php | ||
| WatchActionTest.php | ||