Changeset 50919 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 05/17/2021 02:26:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r50838 r50919 430 430 */ 431 431 function test_block_styles_for_viewing_without_split_styles() { 432 add_filter( 's eparate_core_block_assets', '__return_false' );432 add_filter( 'should_load_separate_core_block_assets', '__return_false' ); 433 433 wp_default_styles( $GLOBALS['wp_styles'] ); 434 434 … … 447 447 */ 448 448 function test_block_styles_for_viewing_with_split_styles() { 449 add_filter( 's eparate_core_block_assets', '__return_true' );449 add_filter( 'should_load_separate_core_block_assets', '__return_true' ); 450 450 wp_default_styles( $GLOBALS['wp_styles'] ); 451 451
Note: See TracChangeset
for help on using the changeset viewer.