mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/12413] Update configuration's asserts
PHPBB3-12413
This commit is contained in:
parent
2bc4c0e39f
commit
8812cfcfbf
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
|
|||
$form->setValues($values);
|
||||
|
||||
$crawler = self::submit($form);
|
||||
$this->assertGreaterThan(0, $crawler->filter('.successbox')->count());
|
||||
$this->assertContainsLang('CONFIG_UPDATED', $crawler->filter('.successbox')->text());
|
||||
|
||||
// Special config (Guest can't see attachments)
|
||||
$this->add_lang('acp/permissions');
|
||||
|
@ -191,7 +191,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
|
|||
$form['feed_exclude_id']->select(array($this->data['forums']['Feeds #exclude']));
|
||||
|
||||
$crawler = self::submit($form);
|
||||
$this->assertGreaterThan(0, $crawler->filter('.successbox')->count());
|
||||
$this->assertContainsLang('CONFIG_UPDATED', $crawler->filter('.successbox')->text());
|
||||
}
|
||||
|
||||
public function test_feeds_empty()
|
||||
|
|
Loading…
Add table
Reference in a new issue