mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 02:55:41 +02:00
[ticket/11868] Add @depends to test
PHPBB3-11868
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user