[ticket/12371] Reapprove the post and topic again in tests

PHPBB3-12371
This commit is contained in:
Joas Schilling 2014-04-13 21:15:08 +02:00
parent ddbb521e57
commit 16329c7ad9

View file

@ -315,6 +315,16 @@ class phpbb_functional_visibility_reapprove_test extends phpbb_functional_test_c
$this->assertContains('Post edited by testing framework', $crawler->filter('#page-body')->text()); $this->assertContains('Post edited by testing framework', $crawler->filter('#page-body')->text());
} }
public function test_approve_post_again()
{
$this->test_approve_post();
}
public function test_approve_topic_again()
{
$this->test_approve_topic();
}
public function test_reset_flood_interval() public function test_reset_flood_interval()
{ {
$this->login(); $this->login();