Changeset 51397 for trunk/tests/phpunit/tests/sitemaps/sitemaps-posts.php
- Timestamp:
- 07/10/2021 11:15:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/sitemaps/sitemaps-posts.php
r48937 r51397 59 59 $sitemap_entry = array_shift( $url_list ); 60 60 61 $this->assert True( isset( $sitemap_entry['lastmod'] ));61 $this->assertArrayHasKey( 'lastmod', $sitemap_entry ); 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.