1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/10049] Mark session init test incomplete for now.
  [ticket/10049] Mark session continue test incomplete for now.
  [ticket/10049] Globalize $_SID.
  [ticket/10049] Chase assertResultEquals rename.
  [ticket/10049] Fixed requires in session tests and mock.
  [ticket/10049] Renamed session test files to proper file names.
This commit is contained in:
Andreas Fischer
2011-02-20 18:33:59 +01:00
3 changed files with 15 additions and 12 deletions

View File

@@ -7,8 +7,8 @@
*
*/
require_once '../phpBB/includes/functions.php';
require_once '../phpBB/includes/session.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/session.php';
class phpbb_mock_session_testable extends session
{