Changeset 56548 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 09/08/2023 10:01:14 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r55909 r56548 187 187 wp_print_styles(); 188 188 $this->assertSame( $expected, $wp_styles->print_html ); 189 190 189 } 191 190 … … 280 279 // No styles left to print. 281 280 $this->assertSame( $expected, get_echo( 'wp_print_styles' ) ); 282 283 281 } 284 282 … … 305 303 306 304 $this->assertSame( $expected, get_echo( 'wp_print_styles' ) ); 307 308 305 } 309 306 … … 320 317 321 318 $this->assertSame( $expected, get_echo( 'wp_print_styles' ) ); 322 323 319 } 324 320
Note: See TracChangeset
for help on using the changeset viewer.