Changeset 8370 for trunk/tests/phpunit/includes/install.php
- Timestamp:
- 05/04/2014 02:33:21 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/install.php
r8119 r8370 16 16 17 17 function _load_buddypress() { 18 require dirname( dirname( dirname( __FILE__ ) ) ) . '/bp-loader.php';18 require dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/src/bp-loader.php'; 19 19 } 20 20 tests_add_filter( 'muplugins_loaded', '_load_buddypress' ); 21 21 22 define( 'BP_PLUGIN_DIR', dirname( dirname( dirname( __FILE__ ) ) ) . '/' );22 define( 'BP_PLUGIN_DIR', dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/src/' ); 23 23 define( 'BP_ROOT_BLOG', 1 ); 24 24
Note: See TracChangeset
for help on using the changeset viewer.