mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-13 07:54:28 +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 [
|
return [
|
||||||
[
|
[
|
||||||
'version' => '100000',
|
'current' => '100000',
|
||||||
'stability' => 'stable',
|
'announcement' => 'https://www.phpbb.com/downloads/',
|
||||||
'download_url' => 'https://www.phpbb.com/downloads/',
|
'eol' => null,
|
||||||
|
'security' => false,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user