- Timestamp:
- 09/02/2020 12:35:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizeTrackbackUrls.php
r46586 r48937 10 10 */ 11 11 function test_sanitize_trackback_urls_with_multiple_urls( $break ) { 12 $this->assert Equals( "http://example.com\nhttp://example.org", sanitize_trackback_urls( "http://example.com{$break}http://example.org" ) );12 $this->assertSame( "http://example.com\nhttp://example.org", sanitize_trackback_urls( "http://example.com{$break}http://example.org" ) ); 13 13 } 14 14
Note: See TracChangeset
for help on using the changeset viewer.