- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/sanitizeTrackbackUrls.php
r51623 r52010 9 9 * @dataProvider breaks 10 10 */ 11 function test_sanitize_trackback_urls_with_multiple_urls( $break ) {11 public function test_sanitize_trackback_urls_with_multiple_urls( $break ) { 12 12 $this->assertSame( "http://example.com\nhttp://example.org", sanitize_trackback_urls( "http://example.com{$break}http://example.org" ) ); 13 13 } 14 14 15 function breaks() {15 public function breaks() { 16 16 return array( 17 17 array( "\r\n\t " ),
Note: See TracChangeset
for help on using the changeset viewer.