Make WordPress Core


Ignore:
Timestamp:
06/04/2024 07:16:48 AM (20 months ago)
Author:
gziolo
Message:

Interactivity API: Print debug warning when server directives processing encounters errors

Aims to improve the developer experience of the Interactivity API server directives processing.

Props cbravobernal, jonsurrell, westonruter, darerodz, czapla, gziolo.
Fixes #61044.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/interactivity-api/wpInteractivityAPI-wp-each.php

    r57836 r58321  
    581581     *
    582582     * @covers ::process_directives
     583     *
     584     * @expectedIncorrectUsage WP_Interactivity_API::process_directives_args
    583585     */
    584586    public function test_wp_each_unbalanced_tags() {
     
    599601     *
    600602     * @covers ::process_directives
     603     *
     604     * @expectedIncorrectUsage WP_Interactivity_API::process_directives_args
    601605     */
    602606    public function test_wp_each_unbalanced_tags_in_nested_template_tags() {
Note: See TracChangeset for help on using the changeset viewer.