1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 11:39:37 +02:00

[ticket/10941] Moved comment into markTestIncomplete parameter

PHPBB3-10941
This commit is contained in:
Fyorl 2012-07-09 00:36:03 +01:00
parent 9f3a02d475
commit 6a1c686025

View File

@ -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');