mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/11868] Add @depends to test
PHPBB3-11868
This commit is contained in:
parent
1e1e9130e6
commit
ccf00c7265
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue