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