Changeset 42343 for trunk/tests/phpunit/tests/admin/includesFile.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/admin/includesFile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesFile.php
r38398 r42343 11 11 */ 12 12 function test_get_home_path() { 13 $home = get_option( 'home' );13 $home = get_option( 'home' ); 14 14 $siteurl = get_option( 'siteurl' ); 15 $sfn = $_SERVER['SCRIPT_FILENAME'];15 $sfn = $_SERVER['SCRIPT_FILENAME']; 16 16 $this->assertEquals( str_replace( '\\', '/', ABSPATH ), get_home_path() ); 17 17
Note: See TracChangeset
for help on using the changeset viewer.