Changeset 56549 for trunk/tests/phpunit/tests/feed/atom.php
- Timestamp:
- 09/09/2023 09:26:01 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/atom.php
r56548 r56549 288 288 $this->assertEquals( $enclosures[ $i ]['expected']['length'], $link['attributes']['length'] ); 289 289 $this->assertSame( $enclosures[ $i ]['expected']['type'], $link['attributes']['type'] ); 290 $i++;290 ++$i; 291 291 } 292 292 }
Note: See TracChangeset
for help on using the changeset viewer.