diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-07-06 15:08:53 +0530 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-11 10:38:04 +0100 |
commit | 8b936fc8eb7d119b0e1d4f850ec347a07170b0c6 (patch) | |
tree | 2c3ca0a3c03526347f83b3cbefec3d5e78879fca /tests | |
parent | ce4926d000d1b89d1c84a1f61d0a720092149f55 (diff) | |
download | forums-8b936fc8eb7d119b0e1d4f850ec347a07170b0c6.tar forums-8b936fc8eb7d119b0e1d4f850ec347a07170b0c6.tar.gz forums-8b936fc8eb7d119b0e1d4f850ec347a07170b0c6.tar.bz2 forums-8b936fc8eb7d119b0e1d4f850ec347a07170b0c6.tar.xz forums-8b936fc8eb7d119b0e1d4f850ec347a07170b0c6.zip |
[ticket/11581] Enabled private messages after tests
PHPBB3-11581
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/ucp_pm_test.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) |