Changeset 48466
- Timestamp:
- 07/14/2020 01:40:33 AM (4 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/scripts.php
r48324 r48466 753 753 ); 754 754 755 $this->assertEquals ( $expected, $print_scripts );755 $this->assertEqualsIgnoreEOL( $expected, $print_scripts ); 756 756 } 757 757 -
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.