Changeset 59061 for trunk/tests/phpunit/tests/admin/includesFile.php
- Timestamp:
- 09/18/2024 09:04:48 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesFile.php
r58208 r59061 16 16 $siteurl = get_option( 'siteurl' ); 17 17 $sfn = $_SERVER['SCRIPT_FILENAME']; 18 $this->assertSame ( str_replace( '\\', '/', ABSPATH ), get_home_path() );18 $this->assertSamePathIgnoringDirectorySeparators( ABSPATH, get_home_path() ); 19 19 20 20 update_option( 'home', 'http://localhost' );
Note: See TracChangeset
for help on using the changeset viewer.