Changeset 51397 for trunk/tests/phpunit/tests/feed/rss2.php
- Timestamp:
- 07/10/2021 11:15:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/rss2.php
r51367 r51397 132 132 133 133 // The channel should be free of attributes. 134 $this->assert True( empty( $channel[0]['attributes'] ));134 $this->assertArrayNotHasKey( 'attributes', $channel[0] ); 135 135 136 136 // Verify the channel is present and contains a title child element.
Note: See TracChangeset
for help on using the changeset viewer.