diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-05 19:18:23 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-05 19:18:23 -0600 |
commit | dc5a34eb880974c47c2b3bcc8468c57cd6169612 (patch) | |
tree | d060683b3645b15910d472b0cd545b685298bb06 /tests | |
parent | 43074a1b6938f3efb2b9282a25cf7beb3b1e14a6 (diff) | |
download | forums-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')
-rw-r--r-- | tests/version/version_test.php | 3 |
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() |