diff options
author | Fyorl <gaelreth@gmail.com> | 2012-07-09 00:10:41 +0100 |
---|---|---|
committer | Fyorl <gaelreth@gmail.com> | 2012-07-09 14:08:20 +0100 |
commit | 9f3a02d4755409407a26bf75324ac0a8a15d87e2 (patch) | |
tree | aaddabf710fe6b716fb1537d2046ebf2cc792f8c /tests/upload/fileupload_test.php | |
parent | 580cec619b399f710aedc1d3c2dd92c2287ebaff (diff) | |
download | forums-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.php | 1 |
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 { |