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:
@@ -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,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user