From ccf00c7265d310023bcdf3f5a96de7c651567cb1 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 26 Sep 2013 15:21:04 +0300 Subject: [PATCH] [ticket/11868] Add @depends to test PHPBB3-11868 --- tests/functional/registration_test.php | 3 +++ 1 file changed, 3 insertions(+) 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');