mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17355] Update tests after changing gravatar URL
PHPBB-17355
This commit is contained in:
parent
5013075af7
commit
bde7b119b2
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class phpbb_avatar_driver_gravatar_test extends \phpbb_database_test_case
|
|||
'avatar_width' => '70',
|
||||
'avatar_height' => '60',
|
||||
];
|
||||
$this->assertEquals('<img class="gravatar" src="//secure.gravatar.com/avatar/dc8a42aba3651b0b1f088ef928ff3b1d?s=70" width="70" height="60" alt="" />', $this->gravatar->get_custom_html($this->user, $row));
|
||||
$this->assertEquals('<img class="gravatar" src="//gravatar.com/avatar/e0ee9d02824d4320a999507150c5b8a371c635c41f645ba3a7205f36384dc199?s=70" width="70" height="60" alt="" />', $this->gravatar->get_custom_html($this->user, $row));
|
||||
}
|
||||
|
||||
public function test_get_data(): void
|
||||
|
|
Loading…
Add table
Reference in a new issue