session_factory = new phpbb_session_testable_factory; $this->db = $this->new_dbal(); $this->session_facade = new phpbb_session_testable_facade($this->db, $this->session_factory); } }