aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields/type_url_test.php
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-27 19:03:33 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-27 19:03:33 +0530
commit9051248e12f8d25f0632b3f3e89738a497a6619b (patch)
tree44f00bdd7103e53fdc8bc7c6b54868a111a534bf /tests/profilefields/type_url_test.php
parentdbc223b4c374082d6385205e022664f38380366b (diff)
downloadforums-9051248e12f8d25f0632b3f3e89738a497a6619b.tar
forums-9051248e12f8d25f0632b3f3e89738a497a6619b.tar.gz
forums-9051248e12f8d25f0632b3f3e89738a497a6619b.tar.bz2
forums-9051248e12f8d25f0632b3f3e89738a497a6619b.tar.xz
forums-9051248e12f8d25f0632b3f3e89738a497a6619b.zip
[ticket/12334] Group profile fields test
PHPBB3-12334
Diffstat (limited to 'tests/profilefields/type_url_test.php')
-rw-r--r--tests/profilefields/type_url_test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php
index a45a28e7c7..3ed21b5fe5 100644
--- a/tests/profilefields/type_url_test.php
+++ b/tests/profilefields/type_url_test.php
@@ -13,6 +13,9 @@
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
+/**
+* @group profilefields
+*/
class phpbb_profilefield_type_url_test extends phpbb_test_case
{
protected $cp;