mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/9837] Make unapproved posts visible to author
review comments PHPBB3-9837
This commit is contained in:
@@ -244,8 +244,8 @@ class phpbb_functional_visibility_unapproved_test extends phpbb_functional_test_
|
||||
$this->assertNotContains('Unapproved Posts Test Topic #2', $crawler->filter('html')->text());
|
||||
$this->logout();
|
||||
|
||||
// revert the configuration
|
||||
$this->config_display_unapproved_posts_state(false);
|
||||
// revert the configuration (if necessary)
|
||||
//$this->config_display_unapproved_posts_state(false);
|
||||
}
|
||||
|
||||
public function test_reset_flood_interval()
|
||||
|
Reference in New Issue
Block a user