- Timestamp:
- 11/27/2020 12:50:11 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php
r48937 r49701 8 8 $input = 'Captain <strong>Awesome</strong>'; 9 9 $expected = 'captain-awesome'; 10 $this->assertSame( $expected, sanitize_title ( $input ) );10 $this->assertSame( $expected, sanitize_title_with_dashes( $input ) ); 11 11 } 12 12
Note: See TracChangeset
for help on using the changeset viewer.