wiki.techinc.nl/includes/session
C. Scott Ananian 665eae14ac ParserTestRunner: share more code w/ MediaWikiIntegrationTestCase
Refactor the database setup code to share more code between
ParserTestRunner and MediaWikiIntegrationTestCase.  Made
`::setupAllTestDBs` static so it can be reused from
ParserTestRunner.

Made ParserTestRunner::addArticle more like
MediaWikiIntegrationTestCase::addCoreDBData().  Some additional
refactoring work could be done here in the future to share more code.

After the refactoring the ParserTestTables hook is no longer necessary
and so has been (soft) deprecated.  MediaWikiIntegrationTestCase
clones all database tables, so ParserTestRunner no longer needs to ask
extensions for a list of specific tables it should clone.  Cleaning up
the handful of extensions which define this hook will be left to a
future patch set.

Change-Id: I5124789fac333a664b73b4b4a1e801ecc0a618ca
2021-01-07 23:31:12 -05:00
..
Hook Merge "Document hook names in hook interfaces." 2020-10-02 16:15:21 +00:00
BotPasswordSessionProvider.php Fix new phan errors, part 7 2019-10-21 22:10:20 +00:00
CookieSessionProvider.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
ImmutableSessionProviderWithCookie.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
MetadataMergeException.php Mark exceptions as @newable 2020-07-08 17:51:38 +00:00
PHPSessionHandler.php Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
Session.php Improve custom folding and grouping 2020-12-23 12:41:47 +11:00
SessionBackend.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SessionId.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SessionInfo.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
SessionManager.php ParserTestRunner: share more code w/ MediaWikiIntegrationTestCase 2021-01-07 23:31:12 -05:00
SessionManagerInterface.php Follow up to 'Remove support for the deprecated Key header' 2019-06-20 15:01:51 -04:00
SessionOverflowException.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
SessionProvider.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SessionProviderInterface.php Allow SessionProviderInterface to say if it is safe against CSRF 2020-03-11 10:39:54 -05:00
Token.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-11 01:36:36 +01:00
UserInfo.php UserInfo: use UserFactory 2020-12-01 15:11:02 +00:00