- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpReplaceInHtmlTags.php
r51623 r52010 10 10 * @dataProvider data_wp_replace_in_html_tags 11 11 */ 12 function test_wp_replace_in_html_tags( $input, $output ) {12 public function test_wp_replace_in_html_tags( $input, $output ) { 13 13 return $this->assertSame( $output, wp_replace_in_html_tags( $input, array( "\n" => ' ' ) ) ); 14 14 } 15 15 16 function data_wp_replace_in_html_tags() {16 public function data_wp_replace_in_html_tags() { 17 17 return array( 18 18 array(
Note: See TracChangeset
for help on using the changeset viewer.