Changeset 48937 for trunk/tests/phpunit/tests/formatting/WpHtmlSplit.php
- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/WpHtmlSplit.php
r47198 r48937 12 12 */ 13 13 function test_basic_features( $input, $output ) { 14 return $this->assert Equals( $output, wp_html_split( $input ) );14 return $this->assertSame( $output, wp_html_split( $input ) ); 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.