diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-11-22 15:48:09 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-22 15:48:09 +0100 |
commit | 0f06b88ee7aa508ea44704f2973ce1e57f9accf2 (patch) | |
tree | 7224e8846ade76aaea9a114867aa13299ea58876 /tests | |
parent | ab69c79d07563819e9d0be2d98a330673db646bf (diff) | |
download | forums-0f06b88ee7aa508ea44704f2973ce1e57f9accf2.tar forums-0f06b88ee7aa508ea44704f2973ce1e57f9accf2.tar.gz forums-0f06b88ee7aa508ea44704f2973ce1e57f9accf2.tar.bz2 forums-0f06b88ee7aa508ea44704f2973ce1e57f9accf2.tar.xz forums-0f06b88ee7aa508ea44704f2973ce1e57f9accf2.zip |
[ticket/security-171] Remove duplicate semicolon from tests
SECURITY-171
Diffstat (limited to 'tests')
-rw-r--r-- | tests/version/version_helper_remote_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/version/version_helper_remote_test.php b/tests/version/version_helper_remote_test.php index 23634cdf0a..65ae7646b9 100644 --- a/tests/version/version_helper_remote_test.php +++ b/tests/version/version_helper_remote_test.php @@ -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) { |