Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/10/2015 01:53:54 PM (11 years ago)
Author:
boonebgorges
Message:

When generating fixtures during automated tests, use the default 'type' of 'textbox' for xprofile fields.

Fixes #6553.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/xprofile/class-bp-xprofile-group.php

    r10002 r10004  
    2626                $g = $this->factory->xprofile_group->create();
    2727                $f = $this->factory->xprofile_field->create( array(
    28                         'type' => 'textbox',
    2928                        'field_group_id' => $g,
    3029                ) );
Note: See TracChangeset for help on using the changeset viewer.