Changeset 46612 for trunk/tests/phpunit/tests/functions/getArchives.php
- Timestamp:
- 10/29/2019 02:26:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/getArchives.php
r46586 r46612 72 72 <li><a href='$link5'>$title5</a></li> 73 73 EOF; 74 $this->assertEquals (74 $this->assertEqualsIgnoreEOL( 75 75 $expected['limit'], 76 76 trim( … … 154 154 <li><a href='{$this->month_url}'>$date_full</a></li> 155 155 EOF; 156 $this->assertEquals (156 $this->assertEqualsIgnoreEOL( 157 157 $expected['order_asc'], 158 158 trim( … … 170 170 <li><a href='{$oct_url}'>October 2012</a></li> 171 171 EOF; 172 $this->assertEquals (172 $this->assertEqualsIgnoreEOL( 173 173 $expected['order_desc'], 174 174 trim(
Note: See TracChangeset
for help on using the changeset viewer.