diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-07-30 23:20:43 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-31 15:36:42 +0200 |
commit | 67d19920c43ed037cc64029c4fc3468a2168f2e7 (patch) | |
tree | e7df59df0c32c879675793da0cfb5e268fa0db4b /tests/test_framework/phpbb_functional_test_case.php | |
parent | 702d567c69a95b67054ed65848711eacc21fed23 (diff) | |
download | forums-67d19920c43ed037cc64029c4fc3468a2168f2e7.tar forums-67d19920c43ed037cc64029c4fc3468a2168f2e7.tar.gz forums-67d19920c43ed037cc64029c4fc3468a2168f2e7.tar.bz2 forums-67d19920c43ed037cc64029c4fc3468a2168f2e7.tar.xz forums-67d19920c43ed037cc64029c4fc3468a2168f2e7.zip |
[ticket/11480] Fix unit tests
PHPBB3-11480
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
-rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index caaedb7de0..9bb4d69bf4 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -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])) |