Changeset 48541 for trunk/tests/phpunit/tests/sitemaps/functions.php
- Timestamp:
- 07/21/2020 04:04:35 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/sitemaps/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/sitemaps/functions.php
r48540 r48541 42 42 43 43 /** 44 * Test wp_get_sitemap s default functionality44 * Test wp_get_sitemap_providers default functionality. 45 45 */ 46 public function test_wp_get_sitemap s_providers() {47 $sitemaps = wp_get_sitemap s_providers();46 public function test_wp_get_sitemap_providers() { 47 $sitemaps = wp_get_sitemap_providers(); 48 48 49 49 $expected = array(
Note: See TracChangeset
for help on using the changeset viewer.