mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/class-prefix] Rename user and session to phpbb_*
PHPBB-10609
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||
require_once dirname(__FILE__) . '/../../phpBB/includes/session.php';
|
||||
|
||||
/**
|
||||
* Extends the session class to overwrite the setting of cookies.
|
||||
@@ -17,7 +16,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/session.php';
|
||||
* test it without warnings about sent headers. This class only stores cookie
|
||||
* data for later verification.
|
||||
*/
|
||||
class phpbb_mock_session_testable extends session
|
||||
class phpbb_mock_session_testable extends phpbb_session
|
||||
{
|
||||
private $_cookies = array();
|
||||
|
||||
|
Reference in New Issue
Block a user