Improve SessionManager unit test coverage, and fix two namespacing bugs
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 26 Feb 2016 20:02:56 +0000 (15:02 -0500)
committerBryanDavis <bdavis@wikimedia.org>
Fri, 26 Feb 2016 20:14:27 +0000 (20:14 +0000)
commite75f2ab0f2d430015775e8c7fecc4f58aabeb974
tree491659fb4800ee0aab5ba2dd8188267776df6b37
parent9fd930f74592234f95f83c0c831339e5b49553e7
Improve SessionManager unit test coverage, and fix two namespacing bugs

Change-Id: Ie0bcba77625e04ca3e89eb400626f63024c6e1a1
includes/session/BotPasswordSessionProvider.php
includes/session/MetadataMergeException.php
includes/session/PHPSessionHandler.php
includes/session/SessionManager.php
tests/phpunit/includes/session/BotPasswordSessionProviderTest.php
tests/phpunit/includes/session/CookieSessionProviderTest.php
tests/phpunit/includes/session/MetadataMergeExceptionTest.php [new file with mode: 0644]
tests/phpunit/includes/session/SessionBackendTest.php
tests/phpunit/includes/session/SessionProviderTest.php