Make WordPress Core

Changeset 61573


Ignore:
Timestamp:
02/01/2026 04:53:16 PM (5 weeks ago)
Author:
SergeyBiryukov
Message:

Tests: Correct unit tests for textColumn block support in appearance tools opt-ins.

Follow-up to [61570].

See #64530.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/wpThemeJson.php

    r61571 r61573  
    298298                'core/paragraph' => array(
    299299                    'typography' => array(
    300                         'lineHeight'  => false,
    301                         'textColumns' => true,
     300                        'lineHeight' => false,
    302301                    ),
    303302                ),
     
    332331                    ),
    333332                    'typography' => array(
    334                         'lineHeight' => false,
     333                        'lineHeight'  => false,
     334                        'textColumns' => true,
    335335                    ),
    336336                ),
Note: See TracChangeset for help on using the changeset viewer.