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 bf3bb33 commit f61809e
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 @@ -348,9 +348,9 @@ function test_get_post_ids_for_date( $sitemap_date, $limit, $expected_count ) {
* Verify get_post_ids_for_date returns expected value with custom status hook
*
* @dataProvider postIdsForDateDataProvider
* @param str $sitemap_date Date in Y-M-D format.
* @param str $limit max number of posts to return.
* @param int $expected_count Number of posts expected to be returned.
* @param string $sitemap_date Date in Y-M-D format.
* @param string $limit Max number of posts to return.
* @param int $expected_count Number of posts expected to be returned.
*/
function test_get_post_ids_for_date_custom_status( $sitemap_date, $limit, $expected_count ) {

Expand Down

0 comments on commit f61809e

Please sign in to comment.