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