Changeset 13442 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 03/27/2023 06:19:06 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r13436 r13442 192 192 $GLOBALS['bp']->loggedin_user = NULL; 193 193 $GLOBALS['bp']->pages = bp_core_get_directory_pages(); 194 195 foreach ( array_keys( bp_core_get_active_components() ) as $component ) { 196 $GLOBALS['bp']->{$component}->main_nav = array(); 197 $GLOBALS['bp']->{$component}->sub_nav = array(); 198 } 194 199 195 200 parent::go_to( $url );
Note: See TracChangeset
for help on using the changeset viewer.