From 16329c7ad90299a620855252902b3ef4d6959019 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 13 Apr 2014 21:15:08 +0200 Subject: [PATCH] [ticket/12371] Reapprove the post and topic again in tests PHPBB3-12371 --- tests/functional/visibility_reapprove_test.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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();