Skip to content

Commit 21a2c3b

Browse files
Apply suggestions from code review
Co-authored-by: Weston Ruter <[email protected]>
1 parent 3843238 commit 21a2c3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/phpunit/tests/post.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -816,9 +816,8 @@ public function test_use_block_editor_for_post() {
816816
}
817817

818818
/**
819-
* The purpose of this test is to ensure that invalid dates do not
820-
* cause PHP errors when wp_insert_post() is called, and that the
821-
* posts are not actually "inserted" (created).
819+
* Tests that invalid dates do not cause PHP errors when wp_insert_post()
820+
* is called, and that the posts are not actually "inserted" (created).
822821
*
823822
* @ticket 26798
824823
*

0 commit comments

Comments
 (0)