diff options
| author | Fyorl <gaelreth@gmail.com> | 2012-06-25 00:23:02 +0100 |
|---|---|---|
| committer | Fyorl <gaelreth@gmail.com> | 2012-07-09 14:08:18 +0100 |
| commit | 1233544c4a280e4392af448df654b5263e8c35db (patch) | |
| tree | ea0ffef108fffcc3fde62dc9f109fa1e3b23454f /tests/functional | |
| parent | 5693036bf9237ad54e62425faf6ab16907cc7ea9 (diff) | |
| download | forums-1233544c4a280e4392af448df654b5263e8c35db.tar forums-1233544c4a280e4392af448df654b5263e8c35db.tar.gz forums-1233544c4a280e4392af448df654b5263e8c35db.tar.bz2 forums-1233544c4a280e4392af448df654b5263e8c35db.tar.xz forums-1233544c4a280e4392af448df654b5263e8c35db.zip | |
[ticket/10941] Marked broken test as incomplete
PHPBB3-10941
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/fileupload_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/fileupload_test.php b/tests/functional/fileupload_test.php index ff62bad7bd..c06f7d94d7 100644 --- a/tests/functional/fileupload_test.php +++ b/tests/functional/fileupload_test.php @@ -14,6 +14,7 @@ class phpbb_functional_fileupload_test extends phpbb_functional_test_case { public function test_form_upload() { + $this->markTestIncomplete(); $path = __DIR__ . '/fixtures/files/'; $this->add_lang('posting'); $this->login(); |
