Make WordPress Core

Changeset 54472

Timestamp:
10/11/2022 09:58:27 AM (22 months ago)
Author:
audrasjb
Message:

Build/Test Tools: Add unit test for non-existing block-styles registration.

Follow-up to [54155].

Props aristath, mukesh27.
Fixes #56664.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/blocks/register.php

    r54331 r54472  
    373373            wp_normalize_path( wp_styles()->get_data( 'unit-tests-test-block-style', 'path' ) )
    374374        );
     375
     376
     377
     378
     379
     380
     381
     382
     383
     384
     385
     386
     387
     388
     389
    375390    }
    376391
Note: See TracChangeset for help on using the changeset viewer.