mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Pinking shears in unit test files.
git-svn-id: https://develop.svn.wordpress.org/trunk@31623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -546,9 +546,9 @@ class Tests_Multisite_Site extends WP_UnitTestCase {
|
||||
* When the path for a site is updated with update_blog_details(), the final
|
||||
* path should have a leading and trailing slash. When multiple directories
|
||||
* are part of the path, only one slash should separate each directory.
|
||||
*
|
||||
* @ticket 18117
|
||||
*/
|
||||
*
|
||||
* @ticket 18117
|
||||
*/
|
||||
function test_update_blog_details_single_path_no_slashes() {
|
||||
update_blog_details( 1, array( 'path' => 'my_path' ) );
|
||||
$blog = get_blog_details( 1 );
|
||||
@@ -1483,4 +1483,4 @@ class Tests_Multisite_Site extends WP_UnitTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
endif;
|
||||
endif;
|
||||
|
||||
Reference in New Issue
Block a user