diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-13 21:15:08 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-25 11:52:27 +0200 |
| commit | 16329c7ad90299a620855252902b3ef4d6959019 (patch) | |
| tree | 144da24d77cb12af5b56134a65eccb941dc2353a | |
| parent | ddbb521e57e0a6e3accb8fc3aeebe938aacf9000 (diff) | |
| download | forums-16329c7ad90299a620855252902b3ef4d6959019.tar forums-16329c7ad90299a620855252902b3ef4d6959019.tar.gz forums-16329c7ad90299a620855252902b3ef4d6959019.tar.bz2 forums-16329c7ad90299a620855252902b3ef4d6959019.tar.xz forums-16329c7ad90299a620855252902b3ef4d6959019.zip | |
[ticket/12371] Reapprove the post and topic again in tests
PHPBB3-12371
| -rw-r--r-- | tests/functional/visibility_reapprove_test.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/visibility_reapprove_test.php b/tests/functional/visibility_reapprove_test.php index ae97c7e785..70134ef724 100644 --- a/tests/functional/visibility_reapprove_test.php +++ b/tests/functional/visibility_reapprove_test.php @@ -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()); } + 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() { $this->login(); |
