1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-22 17:41:24 +02:00

[ticket/14576] Move common required files to bootstrap

PHPBB3-14576
This commit is contained in:
Matt Friedman
2016-03-31 11:06:47 -07:00
parent c9ffef2c57
commit 14e8113fcf
141 changed files with 10 additions and 289 deletions
tests
attachment
auth
bbcode
bootstrap.php
captcha
compress
console
content_visibility
controller
dbal
di
error_collector_test.php
event
extension
files
functional
functions
functions_acp
functions_content
functions_user
groupposition
lock
log
mock
network
notification
profilefields
random
regex
request
security
session
template
test_framework
text_formatter
text_processing
text_reparser
tree
upload
user
utf
wrapper

@@ -12,7 +12,6 @@
*/
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_user.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
require_once dirname(__FILE__) . '/validate_data_helper.php';
class phpbb_functions_validate_string_test extends phpbb_test_case