aboutsummaryrefslogtreecommitdiffstats
path: root/tests/version/version_test.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-03-05 19:18:23 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2014-03-05 19:18:23 -0600
commitdc5a34eb880974c47c2b3bcc8468c57cd6169612 (patch)
treed060683b3645b15910d472b0cd545b685298bb06 /tests/version/version_test.php
parent43074a1b6938f3efb2b9282a25cf7beb3b1e14a6 (diff)
downloadforums-dc5a34eb880974c47c2b3bcc8468c57cd6169612.tar
forums-dc5a34eb880974c47c2b3bcc8468c57cd6169612.tar.gz
forums-dc5a34eb880974c47c2b3bcc8468c57cd6169612.tar.bz2
forums-dc5a34eb880974c47c2b3bcc8468c57cd6169612.tar.xz
forums-dc5a34eb880974c47c2b3bcc8468c57cd6169612.zip
[ticket/9871] Mark test as slow
PHPBB3-9871
Diffstat (limited to 'tests/version/version_test.php')
-rw-r--r--tests/version/version_test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/version/version_test.php b/tests/version/version_test.php
index e7df30634c..3ac2b46b0d 100644
--- a/tests/version/version_test.php
+++ b/tests/version/version_test.php
@@ -7,6 +7,9 @@
*
*/
+/*
+* @group slow
+*/
class phpbb_version_helper_test extends phpbb_test_case
{
public function setUp()