aboutsummaryrefslogtreecommitdiffstats
path: root/tests/profilefields
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-27 20:01:25 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-27 20:01:25 +0530
commitb48443969123b630deaec47ac70236fc13287067 (patch)
tree808dabb47d33204b6cae3026704a04983871034c /tests/profilefields
parente6f9b060dc5e7955ac42e947fbf850c958220277 (diff)
downloadforums-b48443969123b630deaec47ac70236fc13287067.tar
forums-b48443969123b630deaec47ac70236fc13287067.tar.gz
forums-b48443969123b630deaec47ac70236fc13287067.tar.bz2
forums-b48443969123b630deaec47ac70236fc13287067.tar.xz
forums-b48443969123b630deaec47ac70236fc13287067.zip
[ticket/12334] Remove profile fields test group
PHPBB3-12334
Diffstat (limited to 'tests/profilefields')
-rw-r--r--tests/profilefields/type_bool_test.php3
-rw-r--r--tests/profilefields/type_date_test.php3
-rw-r--r--tests/profilefields/type_dropdown_test.php3
-rw-r--r--tests/profilefields/type_googleplus_test.php3
-rw-r--r--tests/profilefields/type_int_test.php3
-rw-r--r--tests/profilefields/type_string_test.php3
-rw-r--r--tests/profilefields/type_url_test.php3
7 files changed, 0 insertions, 21 deletions
diff --git a/tests/profilefields/type_bool_test.php b/tests/profilefields/type_bool_test.php
index 9eccc7eb6d..bdab179c8c 100644
--- a/tests/profilefields/type_bool_test.php
+++ b/tests/profilefields/type_bool_test.php
@@ -11,9 +11,6 @@
*
*/
-/**
-* @group profilefields
-*/
class phpbb_profilefield_type_bool_test extends phpbb_test_case
{
protected $cp;
diff --git a/tests/profilefields/type_date_test.php b/tests/profilefields/type_date_test.php
index 8129f47de8..0ad2cde9fe 100644
--- a/tests/profilefields/type_date_test.php
+++ b/tests/profilefields/type_date_test.php
@@ -11,9 +11,6 @@
*
*/
-/**
-* @group profilefields
-*/
class phpbb_profilefield_type_date_test extends phpbb_test_case
{
protected $cp;
diff --git a/tests/profilefields/type_dropdown_test.php b/tests/profilefields/type_dropdown_test.php
index 18d43a3b41..ebecbf97f0 100644
--- a/tests/profilefields/type_dropdown_test.php
+++ b/tests/profilefields/type_dropdown_test.php
@@ -11,9 +11,6 @@
*
*/
-/**
-* @group profilefields
-*/
class phpbb_profilefield_type_dropdown_test extends phpbb_test_case
{
protected $cp;
diff --git a/tests/profilefields/type_googleplus_test.php b/tests/profilefields/type_googleplus_test.php
index 88387b5a99..fdbdd86553 100644
--- a/tests/profilefields/type_googleplus_test.php
+++ b/tests/profilefields/type_googleplus_test.php
@@ -11,9 +11,6 @@
*
*/
-/**
-* @group profilefields
-*/
class phpbb_profilefield_type_googleplus_test extends phpbb_test_case
{
public function get_profile_contact_value_data()
diff --git a/tests/profilefields/type_int_test.php b/tests/profilefields/type_int_test.php
index 78c3cee56e..ac48c10a84 100644
--- a/tests/profilefields/type_int_test.php
+++ b/tests/profilefields/type_int_test.php
@@ -11,9 +11,6 @@
*
*/
-/**
-* @group profilefields
-*/
class phpbb_profilefield_type_int_test extends phpbb_test_case
{
protected $cp;
diff --git a/tests/profilefields/type_string_test.php b/tests/profilefields/type_string_test.php
index 9c483d7f5e..f6c14ee38b 100644
--- a/tests/profilefields/type_string_test.php
+++ b/tests/profilefields/type_string_test.php
@@ -15,9 +15,6 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
-/**
-* @group profilefields
-*/
class phpbb_profilefield_type_string_test extends phpbb_test_case
{
protected $cp;
diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php
index 3ed21b5fe5..a45a28e7c7 100644
--- a/tests/profilefields/type_url_test.php
+++ b/tests/profilefields/type_url_test.php
@@ -13,9 +13,6 @@
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
-/**
-* @group profilefields
-*/
class phpbb_profilefield_type_url_test extends phpbb_test_case
{
protected $cp;