mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12413] Update init
PHPBB3-12413
This commit is contained in:
parent
87fe1e6136
commit
2bc4c0e39f
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue