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:
Boone Gorges
2015-03-05 13:14:28 +00:00
parent 067fa3702e
commit c4e9c64233
9 changed files with 13 additions and 13 deletions

View File

@@ -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;