1
0
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:
Marc Alexander
2025-10-05 21:52:57 +02:00
parent 7e22d7ad24
commit b3b5e328f9

View File

@@ -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,
],
];
}