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 315476c commit 7820ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-sitemap-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ function test_get_post_year_range( $years, $range_values ) {
* Verify get_post_year_range returns proper year ranges with custom status hook
*
* @dataProvider postYearRangeDataProvider
* @param int @years # of Years.
* @param int @range_values # of years in range.
* @param int $years Number of years.
* @param int $range_values Number of years in range.
*/
function test_get_post_year_range_custom_status_posts( $years, $range_values ) {
// set msm_sitemap_post_status filter to custom_status.
Expand Down

0 comments on commit 7820ff7

Please sign in to comment.