Make WordPress Core

Changeset 56733

Timestamp:
09/27/2023 01:08:35 PM (13 months ago)
Author:
Bernhard Reiter
Message:

Blocks: Add unit test coverage for Patterns registry.

Prior to this changeset, we did not seem to have any unit test coverage for the Patterns registry (WP_Block_Patterns_Registry).

With Block Hooks logic recently added ([56649]), it is particularly advisable to add some unit tests to the get_registered() and get_all_registered() methods to guard hooked block insertion against regressions.

Fixes #59476.

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.