aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload/fileupload_test.php
diff options
context:
space:
mode:
authorFyorl <gaelreth@gmail.com>2012-07-09 00:10:41 +0100
committerFyorl <gaelreth@gmail.com>2012-07-09 14:08:20 +0100
commit9f3a02d4755409407a26bf75324ac0a8a15d87e2 (patch)
treeaaddabf710fe6b716fb1537d2046ebf2cc792f8c /tests/upload/fileupload_test.php
parent580cec619b399f710aedc1d3c2dd92c2287ebaff (diff)
downloadforums-9f3a02d4755409407a26bf75324ac0a8a15d87e2.tar
forums-9f3a02d4755409407a26bf75324ac0a8a15d87e2.tar.gz
forums-9f3a02d4755409407a26bf75324ac0a8a15d87e2.tar.bz2
forums-9f3a02d4755409407a26bf75324ac0a8a15d87e2.tar.xz
forums-9f3a02d4755409407a26bf75324ac0a8a15d87e2.zip
[ticket/10941] Removed manual includes of mock classes
Also marked a test as incomplete even though this appears to be ignored when actually running the tests. PHPBB3-10941
Diffstat (limited to 'tests/upload/fileupload_test.php')
-rw-r--r--tests/upload/fileupload_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/upload/fileupload_test.php b/tests/upload/fileupload_test.php
index 2b3c17b8e0..076855ab56 100644
--- a/tests/upload/fileupload_test.php
+++ b/tests/upload/fileupload_test.php
@@ -10,7 +10,6 @@
require_once __DIR__ . '/../../phpBB/includes/functions.php';
require_once __DIR__ . '/../../phpBB/includes/utf/utf_tools.php';
require_once __DIR__ . '/../../phpBB/includes/functions_upload.php';
-require_once __DIR__ . '/../mock/filespec.php';
class phpbb_fileupload_test extends phpbb_test_case
{