1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-04 06:39:14 +02:00

[ticket/11480] Fix unit tests

PHPBB3-11480
This commit is contained in:
Tristan Darricau 2014-07-30 23:20:43 +02:00
parent 702d567c69
commit 67d19920c4

@ -899,8 +899,6 @@ class phpbb_functional_test_case extends phpbb_mink_test_case
$crawler = $this->submit_message($posting_url, $posting_contains, $form_data);
$this->assertContains($this->lang('POST_STORED'), $crawler->filter('html')->text());
if ($expected !== '')
{
if (isset($this->lang[$expected]))