aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/visibility_unapproved_posts_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/visibility_unapproved_posts_test.php b/tests/functional/visibility_unapproved_posts_test.php
index f29e081977..2fb2ef3403 100644
--- a/tests/functional/visibility_unapproved_posts_test.php
+++ b/tests/functional/visibility_unapproved_posts_test.php
@@ -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()