aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/feed_test.php
diff options
context:
space:
mode:
authorNicofuma <github@nicofuma.fr>2014-04-30 01:02:11 +0200
committerNicofuma <github@nicofuma.fr>2014-05-02 13:25:54 +0200
commit2bc4c0e39fcf48bb6e52588a62d9c2e883353880 (patch)
treeb779def73e093eda1b72c2046d3b4733c837f2c4 /tests/functional/feed_test.php
parent87fe1e613639e7bcb0549024f31565acc3426143 (diff)
downloadforums-2bc4c0e39fcf48bb6e52588a62d9c2e883353880.tar
forums-2bc4c0e39fcf48bb6e52588a62d9c2e883353880.tar.gz
forums-2bc4c0e39fcf48bb6e52588a62d9c2e883353880.tar.bz2
forums-2bc4c0e39fcf48bb6e52588a62d9c2e883353880.tar.xz
forums-2bc4c0e39fcf48bb6e52588a62d9c2e883353880.zip
[ticket/12413] Update init
PHPBB3-12413
Diffstat (limited to 'tests/functional/feed_test.php')
-rw-r--r--tests/functional/feed_test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/functional/feed_test.php b/tests/functional/feed_test.php
index 97ba848b4f..bc494d6f05 100644
--- a/tests/functional/feed_test.php
+++ b/tests/functional/feed_test.php
@@ -63,9 +63,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
$form['setting[1][0][u_download]']->select(-1);
$crawler = self::submit($form);
- $this->assertGreaterThan(0, $crawler->filter('.successbox')->count());
-
-
+ $this->assertContainsLang('AUTH_UPDATED', $crawler->filter('.successbox')->text());
}
public function test_dump_board_state()