Changeset 13436 for trunk/tests/phpunit/includes/testcase.php
- Timestamp:
- 03/15/2023 08:16:46 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/testcase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/testcase.php
r13433 r13436 296 296 public function go_to_root() { 297 297 $blog_1_url = get_blog_option( 1, 'home' ); 298 $this->go_to( str_replace( $blog_1_url, '', trailingslashit( bp_get_root_ domain() ) ) );298 $this->go_to( str_replace( $blog_1_url, '', trailingslashit( bp_get_root_url() ) ) ); 299 299 } 300 300
Note: See TracChangeset
for help on using the changeset viewer.