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

    r57836 r58321  
    366366     *
    367367     * @covers ::process_directives
     368     * @expectedIncorrectUsage WP_Interactivity_API::evaluate
    368369     */
    369370    public function test_wp_style_doesnt_change_style_attribute_with_empty_value() {
     
    380381     *
    381382     * @covers ::process_directives
     383     * @expectedIncorrectUsage WP_Interactivity_API::evaluate
    382384     */
    383385    public function test_wp_style_doesnt_change_style_attribute_without_value() {
Note: See TracChangeset for help on using the changeset viewer.