1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 17:27:16 +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

@@ -39,7 +39,6 @@ class phpbb_functional_auth_test extends phpbb_functional_test_case
// logout
$crawler = self::request('GET', 'ucp.php?sid=' . $this->sid . '&mode=logout');
$this->assertContains($this->lang('LOGOUT_REDIRECT'), $crawler->filter('#message')->text());
// look for a register link, which should be visible only when logged out
$crawler = self::request('GET', 'index.php');