wiki.techinc.nl/tests/phpunit/includes/session
Bill Pirkle 8048429103 Allow SessionProviderInterface to say if it is safe against CSRF
Most SessionProviderInterface implementations require CSRF protection,
but some (notably MWOAuthSessionProvider from the OAuth extension)
do not. Add a function for the implementing class to indicate whether
or not the provider is safe against CSRF protection.

Bug: T237852
Change-Id: Ib452b6c75aa7d40dd211a6064f97509b664c3ffc
2020-03-11 10:39:54 -05:00
..
BotPasswordSessionProviderTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
CookieSessionProviderTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
ImmutableSessionProviderWithCookieTest.php Autofix 94 PHPUnit 8 compat issues 2019-12-13 15:29:10 +01:00
PHPSessionHandlerTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
SessionBackendTest.php Make use of PHPUnit's assertCount feature where possible 2020-03-02 15:58:41 +00:00
SessionInfoTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
SessionManagerTest.php session: Add debug message for the used store class 2019-10-17 03:52:36 +00:00
SessionProviderTest.php Allow SessionProviderInterface to say if it is safe against CSRF 2020-03-11 10:39:54 -05:00
SessionTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
TestBagOStuff.php objectcache: add MediumSpecificBagOStuff base class for non-proxy subclasses 2019-07-19 13:01:46 -07:00
TestUtils.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
UserInfoTest.php