aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/feed_test.php
diff options
context:
space:
mode:
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()