mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/9837] Remove not needed lines in test
PHPBB3-9837
This commit is contained in:
parent
29be971fad
commit
4a10062933
1 changed files with 0 additions and 3 deletions
|
@ -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}");
|
$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->assertNotContains('Unapproved Posts Test Topic #2', $crawler->filter('html')->text());
|
||||||
$this->logout();
|
$this->logout();
|
||||||
|
|
||||||
// revert the configuration (if necessary)
|
|
||||||
//$this->config_display_unapproved_posts_state(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test_reset_flood_interval()
|
public function test_reset_flood_interval()
|
||||||
|
|
Loading…
Add table
Reference in a new issue