aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-07 15:29:40 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-07 15:29:40 +0200
commitef26a6fd64c5e532cf1c91c54415a67b7dfa06bc (patch)
treed4eb51909b937a53a31a36923b8a31bba6d85d1c
parent1304ccc02b835a319b8ffb656b528dd6b1d8ff8f (diff)
parent714ac0b039f2946f8aefe701b9e60e7ac823f794 (diff)
downloadforums-ef26a6fd64c5e532cf1c91c54415a67b7dfa06bc.tar
forums-ef26a6fd64c5e532cf1c91c54415a67b7dfa06bc.tar.gz
forums-ef26a6fd64c5e532cf1c91c54415a67b7dfa06bc.tar.bz2
forums-ef26a6fd64c5e532cf1c91c54415a67b7dfa06bc.tar.xz
forums-ef26a6fd64c5e532cf1c91c54415a67b7dfa06bc.zip
Merge pull request #2811 from bantu/ticket/12918
[ticket/12918] Load class fileupload in fileupload_remote_test.php. * bantu/ticket/12918: [ticket/12918] Load class fileupload in fileupload_remote_test.php.
-rw-r--r--tests/functional/fileupload_remote_test.php2
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
*/