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

@ -91,7 +91,7 @@ class Tests_Ajax_Autosave extends WP_Ajax_UnitTestCase {
$post = get_post( $this->_post->ID );
$this->assertGreaterThanOrEqual( 0, strpos( $post->post_content, $md5 ) );
}
/**
* Test autosaving a locked post
* @return void

View File

@ -167,4 +167,4 @@ class Tests_Comment_GetCommentsPagesCount extends WP_UnitTestCase {
$wp_query->max_num_comment_pages = $org_max_num_comment_pages;
}
}
}

View File

@ -270,4 +270,4 @@ class Tests_Multisite_Bootstrap extends WP_UnitTestCase {
}
}
endif;
endif;

View File

@ -89,4 +89,4 @@ class Tests_Multisite_MS_Files_Rewriting extends WP_UnitTestCase {
}
}
endif;
endif;

View File

@ -194,4 +194,4 @@ class Tests_Multisite_Network extends WP_UnitTestCase {
}
}
endif;
endif;

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;

View File

@ -10,7 +10,7 @@ if ( is_multisite() ) :
* @group multisite
*/
class Tests_Multisite_Option extends WP_UnitTestCase {
protected $suppress = false;
protected $suppress = false;
function setUp() {
global $wpdb;
@ -219,4 +219,4 @@ class Tests_Multisite_Option extends WP_UnitTestCase {
}
}
endif;
endif;

View File

@ -121,4 +121,4 @@ class Tests_Rewrite extends WP_UnitTestCase {
restore_current_blog();
}
}
}

View File

@ -260,4 +260,4 @@ class Tests_Multisite_User extends WP_UnitTestCase {
}
endif ;
endif ;