Skip to content

Commit 47c1ae6

Browse files
committed
mukesh review
1 parent 405eb5a commit 47c1ae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/phpunit/tests/post/wpUpdatePost.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function test_wp_update_post_with_content_filtering() {
186186
}
187187

188188
/**
189-
* Test updating a post and preserving post_date when changing to future status
189+
* Test updating a post and preserving post_date when changing to future status.
190190
*
191191
* @ticket 62468
192192
*
@@ -219,9 +219,9 @@ public function test_update_post_preserves_date_for_future_posts( $initial_statu
219219
}
220220

221221
/**
222-
* Data provider for test_update_post_preserves_date_for_future_posts
222+
* Data provider for test_update_post_preserves_date_for_future_posts.
223223
*
224-
* @return array[] Test parameters
224+
* @return array[] Test parameters.
225225
*/
226226
public function data_update_post_preserves_date_for_future_posts() {
227227
return array(

0 commit comments

Comments
 (0)