1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge branch 'ticket/15392' into ticket/15392-master

This commit is contained in:
Marc Alexander
2021-03-04 17:04:17 +01:00
211 changed files with 395 additions and 396 deletions

View File

@@ -11,8 +11,8 @@
*
*/
require_once dirname(__FILE__) . '/../session/testable_factory.php';
require_once dirname(__FILE__) . '/../session/testable_facade.php';
require_once __DIR__ . '/../session/testable_factory.php';
require_once __DIR__ . '/../session/testable_facade.php';
abstract class phpbb_session_test_case extends phpbb_database_test_case
{