Changeset 1149 in tests
- Timestamp:
- 11/21/2012 03:15:46 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/admin/includesFile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/admin/includesFile.php
r1148 r1149 31 31 $_SERVER['SCRIPT_FILENAME'] = 'S:/home/wordpress/trunk/wp/wp-admin/options-permalink.php'; 32 32 $this->assertEquals( 'S:/home/wordpress/trunk/', get_home_path() ); 33 34 update_option( 'home', $home ); 35 update_option( 'siteurl', $siteurl ); 36 $_SERVER['SCRIPT_FILENAME'] = $sfn; 33 37 } 34 38 }
Note: See TracChangeset
for help on using the changeset viewer.