diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-02-01 14:54:29 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-01 14:54:29 +0100 |
commit | 9846d806f3bc719138f237b64c8ca7db961838e8 (patch) | |
tree | 2b69ec1ad6627ffa22a927ab860fa5bfbd83b5c3 /tests/functions_acp/build_cfg_template_test.php | |
parent | 6b00d7aa096b01ce6e59a8467f79eb193c25a35b (diff) | |
download | forums-9846d806f3bc719138f237b64c8ca7db961838e8.tar forums-9846d806f3bc719138f237b64c8ca7db961838e8.tar.gz forums-9846d806f3bc719138f237b64c8ca7db961838e8.tar.bz2 forums-9846d806f3bc719138f237b64c8ca7db961838e8.tar.xz forums-9846d806f3bc719138f237b64c8ca7db961838e8.zip |
[ticket/9823] Move mock file into the mock/ folder.
PHPBB3-9823
Diffstat (limited to 'tests/functions_acp/build_cfg_template_test.php')
-rw-r--r-- | tests/functions_acp/build_cfg_template_test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functions_acp/build_cfg_template_test.php b/tests/functions_acp/build_cfg_template_test.php index c573c7cdb0..7bf85a3532 100644 --- a/tests/functions_acp/build_cfg_template_test.php +++ b/tests/functions_acp/build_cfg_template_test.php @@ -7,8 +7,8 @@ * */ -require_once dirname(__FILE__) . 'user_mock.php'; -require_once dirname(__FILE__) . '../../phpBB/includes/functions_acp.php'; +require_once dirname(__FILE__) . '/../mock/lang.php'; +require_once dirname(__FILE__) . '/../../phpBB/includes/functions_acp.php'; class phpbb_functions_acp_build_cfg_template_test extends phpbb_test_case { |