aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/fileupload_test_form.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/functional/fileupload_test_form.php b/tests/functional/fileupload_test_form.php
index 87979e6a68..2413cd01d2 100644
--- a/tests/functional/fileupload_test_form.php
+++ b/tests/functional/fileupload_test_form.php
@@ -41,9 +41,7 @@ class phpbb_functional_fileupload_test_form extends phpbb_functional_test_case
public function test_too_large()
{
- // Cannot be tested by an admin account which this functional framework
- // provides
- $this->markTestIncomplete();
+ $this->markTestIncomplete('Functional tests use an admin account which ignores maximum upload size.');
$crawler = $this->request('GET', 'posting.php?mode=reply&f=2&t=1&sid=' . $this->sid);
$form = $crawler->selectButton('add_file')->form();
$form['fileupload']->upload($path . 'too-large.png');