1
0
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:
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 [ return [
[ [
'version' => '100000', 'current' => '100000',
'stability' => 'stable', 'announcement' => 'https://www.phpbb.com/downloads/',
'download_url' => 'https://www.phpbb.com/downloads/', 'eol' => null,
'security' => false,
], ],
]; ];
} }