Skip to:
Content

BuddyPress.org

Changeset 10143


Ignore:
Timestamp:
09/25/2015 02:49:46 AM (9 years ago)
Author:
boonebgorges
Message:

In xprofile sync test, explicitly provide 'nickname'.

After [WP34505], edit_user() throws an error if $_POST['nickname'] is
not set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/xprofile/functions.php

    r10004 r10143  
    604604
    605605        $_POST = array(
    606             'display_name' => $display_name,
    607             'email'        => 'foo@bar.com',
     606            'display_name' => $display_name,
     607            'email' => 'foo@bar.com',
     608            'nickname' => 'foobar',
    608609        );
    609610
Note: See TracChangeset for help on using the changeset viewer.