aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-13 10:37:43 -0700
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-13 10:37:43 -0700
commitb6c3939c32747f388081b42aa6f303e76ebd8fbf (patch)
treeb94a8cd70c5fb056a29ee6b862bd88fa993874ed /tests/functional
parentf22a53f2cf5d2894a5e8cacbf9884f9e537f54f5 (diff)
parent8f95ef55a65cbf58e74840957cf9acfaf9e16d31 (diff)
downloadforums-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.php1
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');