- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/normalizeWhitespace.php
r51623 r52010 47 47 * @dataProvider get_input_output 48 48 */ 49 function test_normalize_whitespace( $in_str, $exp_str ) {49 public function test_normalize_whitespace( $in_str, $exp_str ) { 50 50 $this->assertSame( $exp_str, normalize_whitespace( $in_str ) ); 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.