From 38d0f2892e9d8f55c6e6af2d004da9621ee7f8f5 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 22 Jan 2017 17:01:12 +0100 Subject: [PATCH] [ticket/14968] Use earlier version as written in comment PHPBB3-14968 --- tests/version/version_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/version/version_test.php b/tests/version/version_test.php index 1d47b0ab4a..54237f2059 100644 --- a/tests/version/version_test.php +++ b/tests/version/version_test.php @@ -444,7 +444,7 @@ class phpbb_version_helper_test extends phpbb_test_case array( '1.0' => array( 'current' => '1.0.1', - 'security' => '1.0.1', + 'security' => '1.0.0', ), '1.1' => array( 'current' => '1.1.1', @@ -452,7 +452,7 @@ class phpbb_version_helper_test extends phpbb_test_case ), array( 'current' => '1.0.1', - 'security' => '1.0.1', + 'security' => '1.0.0', ), ), // Latest safe release is 1.1.0