Changeset 54050 for trunk/tests/phpunit/tests/feed/rss2.php
- Timestamp:
- 09/01/2022 04:21:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/rss2.php
r53948 r54050 516 516 * @ticket 47968 517 517 * 518 * @covers ::send_headers518 * @covers WP::send_headers 519 519 */ 520 520 public function test_feed_last_modified_should_be_a_post_date_when_withcomments_is_not_passed() { … … 555 555 * @ticket 47968 556 556 * 557 * @covers ::send_headers557 * @covers WP::send_headers 558 558 */ 559 559 public function test_feed_last_modified_should_be_the_date_of_a_comment_that_is_the_latest_update_when_withcomments_is_passed() { … … 594 594 * @ticket 47968 595 595 * 596 * @covers ::send_headers596 * @covers WP::send_headers 597 597 */ 598 598 public function test_feed_last_modified_should_be_the_date_of_a_post_that_is_the_latest_update_when_withcomments_is_passed() {
Note: See TracChangeset
for help on using the changeset viewer.