aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-09 23:58:27 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-09 23:58:27 +0100
commit95c683056b85399200e2caaa9aa65edc6843c16f (patch)
treeac11043ba149791a225d587e7a61e34db75a04f6 /tests/bootstrap.php
parent5373f8157d8a2619197702c3a00a6bb432ef3e25 (diff)
parent1aef7eb20ee195c7f21d6c5b78653b7c43e669ec (diff)
downloadforums-95c683056b85399200e2caaa9aa65edc6843c16f.tar
forums-95c683056b85399200e2caaa9aa65edc6843c16f.tar.gz
forums-95c683056b85399200e2caaa9aa65edc6843c16f.tar.bz2
forums-95c683056b85399200e2caaa9aa65edc6843c16f.tar.xz
forums-95c683056b85399200e2caaa9aa65edc6843c16f.zip
Merge branch 'task/acm-refactor' into develop
Conflicts: tests/bootstrap.php
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 161bd83a3d..8d4e9c4527 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -28,7 +28,7 @@ else
require_once $phpbb_root_path . 'includes/constants.php';
require_once $phpbb_root_path . 'includes/class_loader.' . $phpEx;
-$class_loader = new phpbb_class_loader($phpbb_root_path, '.' . $phpEx);
+$class_loader = new phpbb_class_loader($phpbb_root_path, '.php');
$class_loader->register();
require_once 'test_framework/phpbb_test_case_helpers.php';