Skip to:
Content

BuddyPress.org


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

    r9819 r10004  
    210210
    211211        $this->default_generation_definitions = array(
    212             'name'         => new WP_UnitTest_Generator_Sequence( 'XProfile field %s' ),
    213             'description'  => new WP_UnitTest_Generator_Sequence( 'XProfile field description %s' ),
     212            'name'        => new WP_UnitTest_Generator_Sequence( 'XProfile field %s' ),
     213            'description' => new WP_UnitTest_Generator_Sequence( 'XProfile field description %s' ),
     214            'type'        => 'textbox',
    214215        );
    215216    }
Note: See TracChangeset for help on using the changeset viewer.