1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[ticket/12334] Group profile fields test

PHPBB3-12334
This commit is contained in:
Shitiz Garg 2014-06-27 19:03:33 +05:30
parent dbc223b4c3
commit 9051248e12
7 changed files with 21 additions and 0 deletions

View File

@ -11,6 +11,9 @@
*
*/
/**
* @group profilefields
*/
class phpbb_profilefield_type_bool_test extends phpbb_test_case
{
protected $cp;

View File

@ -11,6 +11,9 @@
*
*/
/**
* @group profilefields
*/
class phpbb_profilefield_type_date_test extends phpbb_test_case
{
protected $cp;

View File

@ -11,6 +11,9 @@
*
*/
/**
* @group profilefields
*/
class phpbb_profilefield_type_dropdown_test extends phpbb_test_case
{
protected $cp;

View File

@ -11,6 +11,9 @@
*
*/
/**
* @group profilefields
*/
class phpbb_profilefield_type_googleplus_test extends phpbb_test_case
{
public function get_profile_contact_value_data()

View File

@ -11,6 +11,9 @@
*
*/
/**
* @group profilefields
*/
class phpbb_profilefield_type_int_test extends phpbb_test_case
{
protected $cp;

View File

@ -15,6 +15,9 @@ 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;

View File

@ -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;