diff options
author | Matt Friedman <maf675@gmail.com> | 2016-03-31 11:06:47 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-03-31 11:06:47 -0700 |
commit | 14e8113fcf01be7dbdb080458fcbf4e75668cc1a (patch) | |
tree | f09afcdafc012ba293501856f31cfa8b9c46ee14 /tests/regex/censor_test.php | |
parent | Merge branch '3.1.x' into 3.2.x (diff) | |
download | phpbb-14e8113fcf01be7dbdb080458fcbf4e75668cc1a.tar.gz phpbb-14e8113fcf01be7dbdb080458fcbf4e75668cc1a.tar.bz2 phpbb-14e8113fcf01be7dbdb080458fcbf4e75668cc1a.zip |
[ticket/14576] Move common required files to bootstrap
PHPBB3-14576
Diffstat (limited to 'tests/regex/censor_test.php')
-rw-r--r-- | tests/regex/censor_test.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/regex/censor_test.php b/tests/regex/censor_test.php index 5625b0020b..5a516b71de 100644 --- a/tests/regex/censor_test.php +++ b/tests/regex/censor_test.php @@ -11,8 +11,6 @@ * */ -require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; - class phpbb_regex_censor_test extends phpbb_test_case { public function censor_test_data() @@ -41,4 +39,4 @@ class phpbb_regex_censor_test extends phpbb_test_case $this->assertRegExp($regex, $subject); } -}
\ No newline at end of file +} |