mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/10049] Fixed requires in session tests and mock.
PHPBB3-10049
This commit is contained in:
parent
1abf7ad809
commit
0cf741f343
3 changed files with 6 additions and 8 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -7,9 +7,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once 'test_framework/framework.php';
|
||||
require_once 'mock/cache.php';
|
||||
require_once 'mock/session_testable.php';
|
||||
require_once dirname(__FILE__) . '/../mock/cache.php';
|
||||
require_once dirname(__FILE__) . '/../mock/session_testable.php';
|
||||
|
||||
class phpbb_session_continue_test extends phpbb_database_test_case
|
||||
{
|
||||
|
|
|
@ -7,9 +7,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once 'test_framework/framework.php';
|
||||
require_once 'mock/cache.php';
|
||||
require_once 'mock/session_testable.php';
|
||||
require_once dirname(__FILE__) . '/../mock/cache.php';
|
||||
require_once dirname(__FILE__) . '/../mock/session_testable.php';
|
||||
|
||||
class phpbb_session_init_test extends phpbb_database_test_case
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue