diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-07-13 12:27:00 -0400 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-07-13 12:27:00 -0400 |
| commit | 8f95ef55a65cbf58e74840957cf9acfaf9e16d31 (patch) | |
| tree | 40e6a016de64a37000a9a8177d6a3766628f17a5 /tests/functional | |
| parent | fd10d97cb1e6c43b88b923bab1015cafe03d379c (diff) | |
| download | forums-8f95ef55a65cbf58e74840957cf9acfaf9e16d31.tar forums-8f95ef55a65cbf58e74840957cf9acfaf9e16d31.tar.gz forums-8f95ef55a65cbf58e74840957cf9acfaf9e16d31.tar.bz2 forums-8f95ef55a65cbf58e74840957cf9acfaf9e16d31.tar.xz forums-8f95ef55a65cbf58e74840957cf9acfaf9e16d31.zip | |
[ticket/11685] Remove logout confirmation page
PHPBB3-11685
Diffstat (limited to 'tests/functional')
| -rw-r--r-- | tests/functional/auth_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/auth_test.php b/tests/functional/auth_test.php index ff4d3ced5c..cfd85571b7 100644 --- a/tests/functional/auth_test.php +++ b/tests/functional/auth_test.php @@ -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'); |
