Skip to content

Commit

Permalink
Update tests/test-sitemap-functions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Jones <[email protected]>
  • Loading branch information
elysium001 and GaryJones authored Nov 29, 2023
1 parent 7820ff7 commit bf3bb33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-sitemap-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ function test_date_range_has_posts( $start_date, $end_date, $has_post ) {
* Verify date_range_has_posts returns expected value with custom status hook
*
* @dataProvider dateRangeHasPostsCustomStatusDataProvider
* @param Str $start_date Start Date of Range in Y-M-D format.
* @param Str $end_date End Date of Range in Y-M-D format.
* @param boolean $has_post Does Range have Post.
* @param string $start_date Start Date of Range in Y-M-D format.
* @param string $end_date End Date of Range in Y-M-D format.
* @param boolean $has_post Does Range have Post.
*/
function test_date_range_has_posts_custom_status( $start_date, $end_date, $has_post ) {

Expand Down

0 comments on commit bf3bb33

Please sign in to comment.