- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/NormalizeWhitespace.php
r46586 r48937 48 48 */ 49 49 function test_normalize_whitespace( $in_str, $exp_str ) { 50 $this->assert Equals( $exp_str, normalize_whitespace( $in_str ) );50 $this->assertSame( $exp_str, normalize_whitespace( $in_str ) ); 51 51 } 52 52 }
Note: See TracChangeset
for help on using the changeset viewer.