Changeset 11925 for trunk/tests/phpunit/includes/loader.php
- Timestamp:
- 04/02/2018 02:24:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/loader.php
r11923 r11925 24 24 * loaded at the same time to prevent weird load order issues. 25 25 */ 26 $components = array( 'activity', 'groups' );26 $components = array( 'activity', 'groups', 'messages' ); 27 27 foreach ( $components as $component ) { 28 28 add_action( "bp_{$component}_includes", function() use ( $component ) {
Note: See TracChangeset
for help on using the changeset viewer.