[ticket/11868] Add @depends to test

PHPBB3-11868
This commit is contained in:
Vjacheslav Trushkin 2013-09-26 15:21:04 +03:00
parent 1e1e9130e6
commit ccf00c7265

View file

@ -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');