Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/10/2015 01:53:54 PM (10 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/activity.php

    r9936 r10004  
    315315        $this->updated_profile_data['g'] = $this->factory->xprofile_group->create();
    316316        $this->updated_profile_data['f'] = $this->factory->xprofile_field->create( array(
    317             'type' => 'textbox',
    318317            'field_group_id' => $this->updated_profile_data['g'],
    319318        ) );
Note: See TracChangeset for help on using the changeset viewer.