Make WordPress Core


Ignore:
Timestamp:
09/18/2023 10:33:24 AM (3 years ago)
Author:
gziolo
Message:

Tests: Add additional tests covering Block Hooks registration

Props ockham.
See #59346.
Follow-up [56587].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/data/blocks/notice/block.json

    r56587 r56607  
    3232        },
    3333        "blockHooks": {
    34                 "core/post-content": "before"
     34                "tests/before": "before",
     35                "tests/after": "after",
     36                "tests/first-child": "firstChild",
     37                "tests/last-child": "lastChild"
    3538        },
    3639        "supports": {
Note: See TracChangeset for help on using the changeset viewer.