mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11202] Fix comment char, use more descriptive comment.
PHPBB3-11202
This commit is contained in:
@@ -65,7 +65,7 @@ class phpbb_functional_fileupload_form_test extends phpbb_functional_test_case
|
|||||||
{
|
{
|
||||||
$crawler = $this->upload_file('valid.jpg', 'image/jpeg');
|
$crawler = $this->upload_file('valid.jpg', 'image/jpeg');
|
||||||
$this->assert_response_success();
|
$this->assert_response_success();
|
||||||
# error message
|
// ensure there was no error message rendered
|
||||||
$this->assertNotContains('<h2>' . $this->lang('INFORMATION') . '</h2>', $this->client->getResponse()->getContent());
|
$this->assertNotContains('<h2>' . $this->lang('INFORMATION') . '</h2>', $this->client->getResponse()->getContent());
|
||||||
$this->assertContains($this->lang('POSTED_ATTACHMENTS'), $crawler->filter('#postform h3')->eq(1)->text());
|
$this->assertContains($this->lang('POSTED_ATTACHMENTS'), $crawler->filter('#postform h3')->eq(1)->text());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user