Changeset 48166 for trunk/tests/phpunit/tests/canonical/sitemaps.php
- Timestamp:
- 06/25/2020 11:39:23 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/canonical/sitemaps.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/sitemaps.php
r48072 r48166 8 8 */ 9 9 class Tests_Canonical_Sitemaps extends WP_Canonical_UnitTestCase { 10 10 11 public function setUp() { 11 12 parent::setUp(); … … 39 40 $this->assertCanonical( '/wp-sitemap.xsl/', '/wp-sitemap.xsl' ); 40 41 } 42 41 43 }
Note: See TracChangeset
for help on using the changeset viewer.