mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11581] Enabled private messages after tests
PHPBB3-11581
This commit is contained in:
parent
ce4926d000
commit
8b936fc8eb
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class phpbb_functional_ucp_pm_test extends phpbb_functional_test_case
|
||||||
$this->set_allow_pm(0);
|
$this->set_allow_pm(0);
|
||||||
$crawler = self::request('GET', 'ucp.php');
|
$crawler = self::request('GET', 'ucp.php');
|
||||||
$this->assertNotContainsLang('PRIVATE_MESSAGES', $crawler->filter('html')->text());
|
$this->assertNotContainsLang('PRIVATE_MESSAGES', $crawler->filter('html')->text());
|
||||||
|
$this->set_allow_pm(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function set_allow_pm($enable_pm)
|
protected function set_allow_pm($enable_pm)
|
||||||
|
|
Loading…
Add table
Reference in a new issue