1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594

This commit is contained in:
Yuriy Rusko
2014-05-28 01:02:39 +02:00
10 changed files with 85 additions and 12 deletions

View File

@@ -185,6 +185,11 @@ class phpbb_version_helper_test extends phpbb_test_case
),
),
),
array(
'1.1.0',
array(),
array(),
),
);
}
@@ -290,6 +295,11 @@ class phpbb_version_helper_test extends phpbb_test_case
),
'1.1.0-a2',
),
array(
'1.1.0',
array(),
null,
),
);
}