aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-09-26 15:21:04 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-09-26 15:21:04 +0300
commitccf00c7265d310023bcdf3f5a96de7c651567cb1 (patch)
treea1be3d81385ee6c2116cfe9a874c1dbaacf83d4c /tests/functional
parent1e1e9130e6352faaeea509b41aa10915c30d833c (diff)
downloadforums-ccf00c7265d310023bcdf3f5a96de7c651567cb1.tar
forums-ccf00c7265d310023bcdf3f5a96de7c651567cb1.tar.gz
forums-ccf00c7265d310023bcdf3f5a96de7c651567cb1.tar.bz2
forums-ccf00c7265d310023bcdf3f5a96de7c651567cb1.tar.xz
forums-ccf00c7265d310023bcdf3f5a96de7c651567cb1.zip
[ticket/11868] Add @depends to test
PHPBB3-11868
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/registration_test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/registration_test.php b/tests/functional/registration_test.php
index eb82b71fdf..5baf33c59e 100644
--- a/tests/functional/registration_test.php
+++ b/tests/functional/registration_test.php
@@ -25,6 +25,9 @@ class phpbb_functional_registration_test extends phpbb_functional_test_case
$this->assertContainsLang('CONFIG_UPDATED', $crawler->filter('#main .successbox')->text());
}
+ /**
+ * @depends test_disable_captcha_on_registration
+ */
public function test_register_new_account()
{
$this->add_lang('ucp');