mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-24 08:10:13 +02:00
[ticket/11531] Remove incomplete flags for tests after merging PR #1404
Issues should be fixed by the now resolved ticket PHPBB3-11535: http://tracker.phpbb.com/browse/PHPBB3-11535 PHPBB3-11531
This commit is contained in:
parent
76453b48dd
commit
79823b9caf
@ -135,7 +135,6 @@ class phpbb_functional_avatar_acp_test extends phpbb_functional_test_case
|
||||
$this->assert_response_success();
|
||||
|
||||
// Submit gravatar with incorrect email and correct size
|
||||
$this->markTestIncomplete('No error when submitting incorrect acp group settings. This needs to be fixed ASAP.');
|
||||
$form = $crawler->selectButton($this->lang('SUBMIT'))->form();
|
||||
$form['avatar_driver']->select('avatar_driver_gravatar');
|
||||
$form['avatar_gravatar_email']->setValue('test.example.com');
|
||||
|
@ -242,7 +242,6 @@ class phpbb_functional_avatar_test extends phpbb_functional_test_case
|
||||
$this->assert_response_success();
|
||||
|
||||
// Submit gravatar with incorrect email and correct size
|
||||
$this->markTestIncomplete('No error when submitting incorrect ucp group settings. This needs to be fixed ASAP.');
|
||||
$form = $crawler->selectButton($this->lang('SUBMIT'))->form();
|
||||
$form['avatar_driver']->select('avatar_driver_gravatar');
|
||||
$form['avatar_gravatar_email']->setValue('test.example.com');
|
||||
|
Loading…
x
Reference in New Issue
Block a user