diff --git a/tests/phpunit/tests/ajax/Autosave.php b/tests/phpunit/tests/ajax/Autosave.php index 0aa37855b8..512cbbd6e5 100644 --- a/tests/phpunit/tests/ajax/Autosave.php +++ b/tests/phpunit/tests/ajax/Autosave.php @@ -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 diff --git a/tests/phpunit/tests/comment/getCommentsPagesCount.php b/tests/phpunit/tests/comment/getCommentsPagesCount.php index 79a869bf57..15d8e05387 100644 --- a/tests/phpunit/tests/comment/getCommentsPagesCount.php +++ b/tests/phpunit/tests/comment/getCommentsPagesCount.php @@ -167,4 +167,4 @@ class Tests_Comment_GetCommentsPagesCount extends WP_UnitTestCase { $wp_query->max_num_comment_pages = $org_max_num_comment_pages; } -} \ No newline at end of file +} diff --git a/tests/phpunit/tests/multisite/bootstrap.php b/tests/phpunit/tests/multisite/bootstrap.php index ddffd565e9..294230d43e 100644 --- a/tests/phpunit/tests/multisite/bootstrap.php +++ b/tests/phpunit/tests/multisite/bootstrap.php @@ -270,4 +270,4 @@ class Tests_Multisite_Bootstrap extends WP_UnitTestCase { } } -endif; \ No newline at end of file +endif; diff --git a/tests/phpunit/tests/multisite/ms-files-rewriting.php b/tests/phpunit/tests/multisite/ms-files-rewriting.php index 915448d7ee..91b0f8268b 100644 --- a/tests/phpunit/tests/multisite/ms-files-rewriting.php +++ b/tests/phpunit/tests/multisite/ms-files-rewriting.php @@ -89,4 +89,4 @@ class Tests_Multisite_MS_Files_Rewriting extends WP_UnitTestCase { } } -endif; \ No newline at end of file +endif; diff --git a/tests/phpunit/tests/multisite/network.php b/tests/phpunit/tests/multisite/network.php index 5373bf8fba..7d34edcc1c 100644 --- a/tests/phpunit/tests/multisite/network.php +++ b/tests/phpunit/tests/multisite/network.php @@ -194,4 +194,4 @@ class Tests_Multisite_Network extends WP_UnitTestCase { } } -endif; \ No newline at end of file +endif; diff --git a/tests/phpunit/tests/multisite/site.php b/tests/phpunit/tests/multisite/site.php index 0ad1b8533d..50d81097cc 100644 --- a/tests/phpunit/tests/multisite/site.php +++ b/tests/phpunit/tests/multisite/site.php @@ -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; \ No newline at end of file +endif; diff --git a/tests/phpunit/tests/option/multisite.php b/tests/phpunit/tests/option/multisite.php index 34aaf92035..b920eb9dc9 100644 --- a/tests/phpunit/tests/option/multisite.php +++ b/tests/phpunit/tests/option/multisite.php @@ -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; \ No newline at end of file +endif; diff --git a/tests/phpunit/tests/rewrite.php b/tests/phpunit/tests/rewrite.php index 1c5822aa40..99aff8643a 100644 --- a/tests/phpunit/tests/rewrite.php +++ b/tests/phpunit/tests/rewrite.php @@ -121,4 +121,4 @@ class Tests_Rewrite extends WP_UnitTestCase { restore_current_blog(); } -} \ No newline at end of file +} diff --git a/tests/phpunit/tests/user/multisite.php b/tests/phpunit/tests/user/multisite.php index 0df47d8578..0d7883436a 100644 --- a/tests/phpunit/tests/user/multisite.php +++ b/tests/phpunit/tests/user/multisite.php @@ -260,4 +260,4 @@ class Tests_Multisite_User extends WP_UnitTestCase { } -endif ; \ No newline at end of file +endif ;