diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-08-07 14:10:39 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-08-07 14:11:22 +0200 |
commit | 714ac0b039f2946f8aefe701b9e60e7ac823f794 (patch) | |
tree | 0021617a73e657b47d2f2cc0500fa0fe8d58c4d5 /tests/functional | |
parent | f474e33a430176fd7ef809141b258eec77993e03 (diff) | |
download | forums-714ac0b039f2946f8aefe701b9e60e7ac823f794.tar forums-714ac0b039f2946f8aefe701b9e60e7ac823f794.tar.gz forums-714ac0b039f2946f8aefe701b9e60e7ac823f794.tar.bz2 forums-714ac0b039f2946f8aefe701b9e60e7ac823f794.tar.xz forums-714ac0b039f2946f8aefe701b9e60e7ac823f794.zip |
[ticket/12918] Load class fileupload in fileupload_remote_test.php.
PHPBB3-12918
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/fileupload_remote_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/fileupload_remote_test.php b/tests/functional/fileupload_remote_test.php index b170fc051f..ef39e1d71b 100644 --- a/tests/functional/fileupload_remote_test.php +++ b/tests/functional/fileupload_remote_test.php @@ -11,6 +11,8 @@ * */ +require_once __DIR__ . '/../../phpBB/includes/functions_upload.php'; + /** * @group functional */ |