PHPBB3-10483
This fixes session unit tests on PostgreSQL in particular. PHPBB3-10082
PHPBB3-10052
Two first simple tests to check functionality of session_begin and session_create. Added a mock class for the cache as well as a subclass of session which has its cookie handling function mocked out to avoid header sending problems. PHPBB3-9732