From 8b936fc8eb7d119b0e1d4f850ec347a07170b0c6 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sat, 6 Jul 2013 15:08:53 +0530 Subject: [ticket/11581] Enabled private messages after tests PHPBB3-11581 --- tests/functional/ucp_pm_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/ucp_pm_test.php b/tests/functional/ucp_pm_test.php index cba9e1690f..41254969ed 100644 --- a/tests/functional/ucp_pm_test.php +++ b/tests/functional/ucp_pm_test.php @@ -30,6 +30,7 @@ class phpbb_functional_ucp_pm_test extends phpbb_functional_test_case $this->set_allow_pm(0); $crawler = self::request('GET', 'ucp.php'); $this->assertNotContainsLang('PRIVATE_MESSAGES', $crawler->filter('html')->text()); + $this->set_allow_pm(1); } protected function set_allow_pm($enable_pm) -- cgit v1.2.1