mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11202] Fix comment char, use more descriptive comment.
PHPBB3-11202
This commit is contained in:
parent
440c66267e
commit
7ec94208c4
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue