wiki.techinc.nl/tests/phpunit/includes/session
Thiemo Kreuz cff596804a tests: Replace assertions on count() == 0 with strict === []
The benefit of using count() is that the test would still succeed if
the return vfalue is not an array, but an iterable object. It seems
this is not needed.

Change-Id: I23529f6990aebe0cce86e236a21820fe74993204
2019-09-30 16:20:34 +02:00
..
BotPasswordSessionProviderTest.php
CookieSessionProviderTest.php tests: Replace PHPUnit's loose assertEquals(null) with assertNull() 2019-09-27 19:15:38 +00:00
ImmutableSessionProviderWithCookieTest.php
PHPSessionHandlerTest.php Output only to stderr in unit tests 2018-10-08 21:04:12 +03:00
SessionBackendTest.php tests: Replace assertions on count() == 0 with strict === [] 2019-09-30 16:20:34 +02:00
SessionInfoTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
SessionManagerTest.php Add a dedicated Exception for SessionOverflow 2019-09-10 08:27:29 +00:00
SessionProviderTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
SessionTest.php Split HttpTest and SessionTest to unit and integration 2019-07-13 21:01:09 +02:00
TestBagOStuff.php objectcache: add MediumSpecificBagOStuff base class for non-proxy subclasses 2019-07-19 13:01:46 -07:00
TestUtils.php Remove a few method_exists() checks 2019-03-10 00:17:12 -08:00
UserInfoTest.php