[ticket/9837] Remove not needed lines in test

PHPBB3-9837
This commit is contained in:
Marc Alexander 2019-11-21 13:40:05 +01:00
parent 29be971fad
commit 4a10062933
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -243,9 +243,6 @@ class phpbb_functional_visibility_unapproved_test extends phpbb_functional_test_
$crawler = self::request('GET', "viewforum.php?f={$this->data['forums']['Unapproved Posts Test #1']}&sid={$this->sid}");
$this->assertNotContains('Unapproved Posts Test Topic #2', $crawler->filter('html')->text());
$this->logout();
// revert the configuration (if necessary)
//$this->config_display_unapproved_posts_state(false);
}
public function test_reset_flood_interval()