Ticket #8249: 8249.diff
File 8249.diff, 610 bytes (added by , 5 years ago) |
---|
-
install.php
24 24 define( 'BP_PLUGIN_DIR', dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/src/' ); 25 25 define( 'BP_ROOT_BLOG', 1 ); 26 26 27 // Always load admin bar 27 // Always load admin bar. 28 28 tests_add_filter( 'show_admin_bar', '__return_true' ); 29 29 30 30 function wp_test_bp_install( $value ) { … … 55 55 } 56 56 tests_add_filter( 'bp_send_email_delivery_class', '_bp_mock_mailer' ); 57 57 58 // Install BuddyPress 58 // Install BuddyPress. 59 59 bp_version_updater();