From 714ac0b039f2946f8aefe701b9e60e7ac823f794 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 7 Aug 2014 14:10:39 +0200 Subject: [PATCH] [ticket/12918] Load class fileupload in fileupload_remote_test.php. PHPBB3-12918 --- tests/functional/fileupload_remote_test.php | 2 ++ 1 file changed, 2 insertions(+) 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 */