Skip to:
Content

BuddyPress.org

Changeset 9692


Ignore:
Timestamp:
04/03/2015 09:36:15 PM (11 years ago)
Author:
johnjamesjacoby
Message:

XProfile: Add xprofile_field_save group to BP_Tests_BP_XProfile_Field_TestCases:test_can_delete_save() test for easier testing of this unit. See #6347.

File:
1 edited

Legend:

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

    r9561 r9692  
    55 */
    66class BP_Tests_BP_XProfile_Field_TestCases extends BP_UnitTestCase {
     7       
     8        /**
     9         * @group xprofile_field_save
     10         */
    711        public function test_can_delete_save() {
    812                $group = $this->factory->xprofile_group->create();
Note: See TracChangeset for help on using the changeset viewer.