diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-03-17 22:45:27 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-03-18 02:48:55 -0400 |
| commit | 0af7d610c08307fbe8df20e0d44e54dcb9429d64 (patch) | |
| tree | 308927177bf52c7fe83c90378312d07d5c42ab91 /tests/bootstrap.php | |
| parent | ae984025f0575554bb78fef9dcf66233748e97c8 (diff) | |
| download | forums-0af7d610c08307fbe8df20e0d44e54dcb9429d64.tar forums-0af7d610c08307fbe8df20e0d44e54dcb9429d64.tar.gz forums-0af7d610c08307fbe8df20e0d44e54dcb9429d64.tar.bz2 forums-0af7d610c08307fbe8df20e0d44e54dcb9429d64.tar.xz forums-0af7d610c08307fbe8df20e0d44e54dcb9429d64.zip | |
[feature/event-dispatcher] Delete hard dependency on composer.
Applications should not depend on package managers.
PHPBB3-9550
Diffstat (limited to 'tests/bootstrap.php')
| -rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 3544c66c3d..302701e3b3 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -12,8 +12,6 @@ $phpbb_root_path = 'phpBB/'; $phpEx = 'php'; require_once $phpbb_root_path . 'includes/startup.php'; -require_once $phpbb_root_path . 'vendor/.composer/autoload.php'; - $table_prefix = 'phpbb_'; require_once $phpbb_root_path . 'includes/constants.php'; require_once $phpbb_root_path . 'includes/class_loader.' . $phpEx; |
