diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-13 10:37:43 -0700 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-07-13 10:37:43 -0700 |
| commit | b6c3939c32747f388081b42aa6f303e76ebd8fbf (patch) | |
| tree | b94a8cd70c5fb056a29ee6b862bd88fa993874ed /tests/functional | |
| parent | f22a53f2cf5d2894a5e8cacbf9884f9e537f54f5 (diff) | |
| parent | 8f95ef55a65cbf58e74840957cf9acfaf9e16d31 (diff) | |
| download | forums-b6c3939c32747f388081b42aa6f303e76ebd8fbf.tar forums-b6c3939c32747f388081b42aa6f303e76ebd8fbf.tar.gz forums-b6c3939c32747f388081b42aa6f303e76ebd8fbf.tar.bz2 forums-b6c3939c32747f388081b42aa6f303e76ebd8fbf.tar.xz forums-b6c3939c32747f388081b42aa6f303e76ebd8fbf.zip | |
Merge pull request #1543 from nickvergessen/ticket/11685
[ticket/11685] Remove logout confirmation page
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'); |
