Changeset 11096
- Timestamp:
- 09/13/2016 06:45:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r10470 r11096 18 18 function _load_buddypress() { 19 19 require dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/src/bp-loader.php'; 20 do_action( 'activate_src/bp-loader.php' ); 20 21 } 21 22 tests_add_filter( 'muplugins_loaded', '_load_buddypress' );
Note: See TracChangeset
for help on using the changeset viewer.