From 6a1c686025067bc570921bf2618415a2f284b647 Mon Sep 17 00:00:00 2001 From: Fyorl Date: Mon, 9 Jul 2012 00:36:03 +0100 Subject: [PATCH] [ticket/10941] Moved comment into markTestIncomplete parameter PHPBB3-10941 --- tests/functional/fileupload_test_form.php | 4 +--- 1 file changed, 1 insertion(+), 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');