1
0
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:
Marc Alexander 2014-11-22 15:48:09 +01:00
parent ab69c79d07
commit 0f06b88ee7

View File

@ -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)
{