mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/security-171] Remove duplicate semicolon from tests
SECURITY-171
This commit is contained in:
parent
ab69c79d07
commit
0f06b88ee7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class version_helper_remote_test extends \phpbb_test_case
|
||||||
*/
|
*/
|
||||||
public function test_get_versions($input, $valid_data, $expected_return = '')
|
public function test_get_versions($input, $valid_data, $expected_return = '')
|
||||||
{
|
{
|
||||||
$this->file_downloader->set($input);;
|
$this->file_downloader->set($input);
|
||||||
|
|
||||||
if (!$valid_data)
|
if (!$valid_data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue