Changeset 52267 for trunk/tests/phpunit/tests/feed/atom.php
- Timestamp:
- 11/29/2021 09:50:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/atom.php
r52010 r52267 100 100 $this->assertSame( 'http://www.w3.org/2005/Atom', $atom[0]['attributes']['xmlns'] ); 101 101 $this->assertSame( 'http://purl.org/syndication/thread/1.0', $atom[0]['attributes']['xmlns:thr'] ); 102 $this->assertSame( site_url( '/wp-atom.php' ), $atom[0]['attributes']['xml:base'] );103 102 104 103 // Verify the <feed> element is present and contains a <title> child element.
Note: See TracChangeset
for help on using the changeset viewer.