wiki.techinc.nl/tests/phpunit/includes/session
Ammar Abdulhamid 3fbed46f0b Replace deprecated PHPUnit method in test
The method has been simply renamed to expectExceptionMessageMatches()
and the old name, kept as alias, will be removed in PHPUnit 9

Bug: T243600
Change-Id: Ida95d92ba28faab012370a1ac62c7a09a91221aa
2020-04-02 10:06:58 +01: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 Replace deprecated PHPUnit method in test 2020-04-02 10:06:58 +01: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