From f490fb924d926116ce5926ac1af656cafcc4feca Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 29 Aug 2019 02:39:21 +0000 Subject: [PATCH] Coding Standards: Fix WPCS issue in [45906]. See #45322. git-svn-id: https://develop.svn.wordpress.org/trunk@45907 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/xmlrpc/wp/editPost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/xmlrpc/wp/editPost.php b/tests/phpunit/tests/xmlrpc/wp/editPost.php index 7d38f532cd..fc822a251c 100644 --- a/tests/phpunit/tests/xmlrpc/wp/editPost.php +++ b/tests/phpunit/tests/xmlrpc/wp/editPost.php @@ -510,7 +510,7 @@ class Tests_XMLRPC_wp_editPost extends WP_XMLRPC_UnitTestCase { ); $post_id = $this->myxmlrpcserver->wp_newPost( array( 1, 'editor', 'editor', $post ) ); - $before = get_post( $post_id ); + $before = get_post( $post_id ); $this->assertEquals( '0000-00-00 00:00:00', $before->post_date_gmt ); // Edit the post without specifying any dates.