mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-04 17:18:52 +00:00
[ticket/12334] Remove profile fields test group
PHPBB3-12334
This commit is contained in:
parent
e6f9b060dc
commit
b484439691
7 changed files with 0 additions and 21 deletions
|
@ -11,9 +11,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @group profilefields
|
|
||||||
*/
|
|
||||||
class phpbb_profilefield_type_bool_test extends phpbb_test_case
|
class phpbb_profilefield_type_bool_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
protected $cp;
|
protected $cp;
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @group profilefields
|
|
||||||
*/
|
|
||||||
class phpbb_profilefield_type_date_test extends phpbb_test_case
|
class phpbb_profilefield_type_date_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
protected $cp;
|
protected $cp;
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @group profilefields
|
|
||||||
*/
|
|
||||||
class phpbb_profilefield_type_dropdown_test extends phpbb_test_case
|
class phpbb_profilefield_type_dropdown_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
protected $cp;
|
protected $cp;
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @group profilefields
|
|
||||||
*/
|
|
||||||
class phpbb_profilefield_type_googleplus_test extends phpbb_test_case
|
class phpbb_profilefield_type_googleplus_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
public function get_profile_contact_value_data()
|
public function get_profile_contact_value_data()
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @group profilefields
|
|
||||||
*/
|
|
||||||
class phpbb_profilefield_type_int_test extends phpbb_test_case
|
class phpbb_profilefield_type_int_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
protected $cp;
|
protected $cp;
|
||||||
|
|
|
@ -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/functions_content.php';
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
|
||||||
|
|
||||||
/**
|
|
||||||
* @group profilefields
|
|
||||||
*/
|
|
||||||
class phpbb_profilefield_type_string_test extends phpbb_test_case
|
class phpbb_profilefield_type_string_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
protected $cp;
|
protected $cp;
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
|
||||||
|
|
||||||
/**
|
|
||||||
* @group profilefields
|
|
||||||
*/
|
|
||||||
class phpbb_profilefield_type_url_test extends phpbb_test_case
|
class phpbb_profilefield_type_url_test extends phpbb_test_case
|
||||||
{
|
{
|
||||||
protected $cp;
|
protected $cp;
|
||||||
|
|
Loading…
Add table
Reference in a new issue