- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/cleanupHeaderComment.php
r48848 r48937 18 18 */ 19 19 public function test_cleanup_header_comment( $test_string, $expected ) { 20 $this->assert EqualsIgnoreEOL( $expected, _cleanup_header_comment( $test_string ) );20 $this->assertSameIgnoreEOL( $expected, _cleanup_header_comment( $test_string ) ); 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.