aboutsummaryrefslogtreecommitdiffstats
path: root/tests/event
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-25 13:35:57 +0200
committerPayBas <contact@paybas.com>2014-06-25 13:35:57 +0200
commit1b0b4cd5e2c54ace7c7b7955c3d1b1b4fd386140 (patch)
tree46f67bc7be4c76f072354819eede3929d55f38ec /tests/event
parent3e9d62b9b08691f38f53eb79cdac3698a108a46b (diff)
downloadforums-1b0b4cd5e2c54ace7c7b7955c3d1b1b4fd386140.tar
forums-1b0b4cd5e2c54ace7c7b7955c3d1b1b4fd386140.tar.gz
forums-1b0b4cd5e2c54ace7c7b7955c3d1b1b4fd386140.tar.bz2
forums-1b0b4cd5e2c54ace7c7b7955c3d1b1b4fd386140.tar.xz
forums-1b0b4cd5e2c54ace7c7b7955c3d1b1b4fd386140.zip
[ticket/12766] Event exporter does not like RCx as version
PHPBB3-12766
Diffstat (limited to 'tests/event')
-rw-r--r--tests/event/php_exporter_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/event/php_exporter_test.php b/tests/event/php_exporter_test.php
index 823d90b63f..b52d68e305 100644
--- a/tests/event/php_exporter_test.php
+++ b/tests/event/php_exporter_test.php
@@ -118,6 +118,7 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
array('* @since 3.1.0-a1', '3.1.0-a1'),
array('* @since 3.1.0-b3', '3.1.0-b3'),
array(' * @since 3.1.0-b3', '3.1.0-b3'),
+ array('* @since 3.1.0-RC2', '3.1.0-RC2'),
);
}
@@ -137,6 +138,7 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
array('* @since 3.1.0-a1 bertie is cool'),
array('bertie* @since 3.1.0-a1'),
array('* @since 3.1-A2'),
+ array('* @since 3.1.0-rc1'),
);
}