Changeset 31623 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 03/05/2015 01:14:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r31622 r31623 547 547 * path should have a leading and trailing slash. When multiple directories 548 548 * are part of the path, only one slash should separate each directory. 549 * 550 * @ticket 18117 551 */ 549 * 550 * @ticket 18117 551 */ 552 552 function test_update_blog_details_single_path_no_slashes() { 553 553 update_blog_details( 1, array( 'path' => 'my_path' ) );
Note: See TracChangeset
for help on using the changeset viewer.