Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2013 11:29:20 AM (12 years ago)
Author:
boonebgorges
Message:

Make sure the Blogs component is activated when test suite installs BP

Fixes #4946

Props splatte

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/includes/install.php

    r6908 r6942  
    2626
    2727function wp_test_bp_install( $value ) {
    28     return array( 'activity' => 1, 'friends' => 1, 'groups' => 1, 'members' => 1, 'messages' => 1, 'settings' => 1, 'xprofile' => 1, );
     28    return array( 'activity' => 1, 'blogs' => 1, 'friends' => 1, 'groups' => 1, 'members' => 1, 'messages' => 1, 'settings' => 1, 'xprofile' => 1, );
    2929}
    3030tests_add_filter( 'bp_new_install_default_components', 'wp_test_bp_install' );
Note: See TracChangeset for help on using the changeset viewer.