mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 22:28:46 +01:00
[ticket/security-171] Remove duplicate semicolon from tests
SECURITY-171
This commit is contained in:
parent
ab69c79d07
commit
0f06b88ee7
@ -153,7 +153,7 @@ class version_helper_remote_test extends \phpbb_test_case
|
||||
*/
|
||||
public function test_get_versions($input, $valid_data, $expected_return = '')
|
||||
{
|
||||
$this->file_downloader->set($input);;
|
||||
$this->file_downloader->set($input);
|
||||
|
||||
if (!$valid_data)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user