1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11685] Remove logout confirmation page

PHPBB3-11685
This commit is contained in:
Joas Schilling
2013-07-13 12:27:00 -04:00
parent fd10d97cb1
commit 8f95ef55a6
4 changed files with 8 additions and 12 deletions

View File

@@ -629,7 +629,7 @@ class phpbb_functional_test_case extends phpbb_test_case
$this->add_lang('ucp');
$crawler = self::request('GET', 'ucp.php?sid=' . $this->sid . '&mode=logout');
$this->assertContains($this->lang('LOGOUT_REDIRECT'), $crawler->filter('#message')->text());
$this->assertContains($this->lang('REGISTER'), $crawler->filter('.navbar')->text());
unset($this->sid);
}