From 2bc4c0e39fcf48bb6e52588a62d9c2e883353880 Mon Sep 17 00:00:00 2001 From: Nicofuma Date: Wed, 30 Apr 2014 01:02:11 +0200 Subject: [ticket/12413] Update init PHPBB3-12413 --- tests/functional/feed_test.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/functional/feed_test.php') 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() -- cgit v1.2.1