Changeset 46612 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 10/29/2019 02:26:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r46586 r46612 273 273 wp_add_inline_style( 'handle', 'a { color: blue; }' ); 274 274 275 $this->assertEquals ( $expected, get_echo( 'wp_print_styles' ) );275 $this->assertEqualsIgnoreEOL( $expected, get_echo( 'wp_print_styles' ) ); 276 276 } 277 277
Note: See TracChangeset
for help on using the changeset viewer.