mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12371] Reapprove the post and topic again in tests
PHPBB3-12371
This commit is contained in:
parent
ddbb521e57
commit
16329c7ad9
1 changed files with 10 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue