mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-12 23:44:32 +02:00
[ticket/17555] Properly mock version helper return
PHPBB-17555
This commit is contained in:
@@ -109,9 +109,10 @@ class phpbb_console_command_check_test extends phpbb_test_case
|
||||
{
|
||||
return [
|
||||
[
|
||||
'version' => '100000',
|
||||
'stability' => 'stable',
|
||||
'download_url' => 'https://www.phpbb.com/downloads/',
|
||||
'current' => '100000',
|
||||
'announcement' => 'https://www.phpbb.com/downloads/',
|
||||
'eol' => null,
|
||||
'security' => false,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user