- Timestamp:
- 07/14/2020 01:40:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/cleanupHeaderComment.php
r47780 r48466 18 18 */ 19 19 public function test_cleanup_header_comment( $test_string, $expected ) { 20 $this->assertEquals ( $expected, _cleanup_header_comment( $test_string ) );20 $this->assertEqualsIgnoreEOL( $expected, _cleanup_header_comment( $test_string ) ); 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.