mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11480] Fix unit tests
PHPBB3-11480
This commit is contained in:
parent
702d567c69
commit
67d19920c4
1 changed files with 0 additions and 2 deletions
|
@ -899,8 +899,6 @@ class phpbb_functional_test_case extends phpbb_mink_test_case
|
||||||
|
|
||||||
$crawler = $this->submit_message($posting_url, $posting_contains, $form_data);
|
$crawler = $this->submit_message($posting_url, $posting_contains, $form_data);
|
||||||
|
|
||||||
$this->assertContains($this->lang('POST_STORED'), $crawler->filter('html')->text());
|
|
||||||
|
|
||||||
if ($expected !== '')
|
if ($expected !== '')
|
||||||
{
|
{
|
||||||
if (isset($this->lang[$expected]))
|
if (isset($this->lang[$expected]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue