- Timestamp:
- 09/02/2020 12:35:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/WpReplaceInHtmlTags.php
r46586 r48937 11 11 */ 12 12 function test_wp_replace_in_html_tags( $input, $output ) { 13 return $this->assert Equals( $output, wp_replace_in_html_tags( $input, array( "\n" => ' ' ) ) );13 return $this->assertSame( $output, wp_replace_in_html_tags( $input, array( "\n" => ' ' ) ) ); 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.