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-bind.php

    r57836 r58321  
    155155     *
    156156     * @covers ::process_directives
     157     * @expectedIncorrectUsage WP_Interactivity_API::evaluate
    157158     */
    158159    public function test_wp_bind_ignores_empty_value() {
     
    168169     *
    169170     * @covers ::process_directives
     171     * @expectedIncorrectUsage WP_Interactivity_API::evaluate
    170172     */
    171173    public function test_wp_bind_ignores_without_value() {
Note: See TracChangeset for help on using the changeset viewer.