diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-11-21 13:40:05 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-21 13:44:22 +0100 |
commit | 4a10062933d9e221e4efd813058adae4c87f3fc2 (patch) | |
tree | 4da60bf9be6dabf297b67f9476fc220015d40732 /tests/functional | |
parent | 29be971fad6ba90c147d0fd8b2d07d69e5efddec (diff) | |
download | forums-4a10062933d9e221e4efd813058adae4c87f3fc2.tar forums-4a10062933d9e221e4efd813058adae4c87f3fc2.tar.gz forums-4a10062933d9e221e4efd813058adae4c87f3fc2.tar.bz2 forums-4a10062933d9e221e4efd813058adae4c87f3fc2.tar.xz forums-4a10062933d9e221e4efd813058adae4c87f3fc2.zip |
[ticket/9837] Remove not needed lines in test
PHPBB3-9837
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/visibility_unapproved_posts_test.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional/visibility_unapproved_posts_test.php b/tests/functional/visibility_unapproved_posts_test.php index 2fb2ef3403..9f6491d1d8 100644 --- a/tests/functional/visibility_unapproved_posts_test.php +++ b/tests/functional/visibility_unapproved_posts_test.php @@ -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() |