Coding Standards: Fix WPCS issue in [45906].

See #45322.

git-svn-id: https://develop.svn.wordpress.org/trunk@45907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-08-29 02:39:21 +00:00
parent c3e89c2190
commit f490fb924d
1 changed files with 1 additions and 1 deletions

View File

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