Changeset 54211 for trunk/tests/phpunit/tests/block-supports/border.php
- Timestamp:
- 09/19/2022 08:12:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/border.php
r53680 r54211 65 65 $expected = array( 66 66 'class' => 'has-border-color has-red-border-color', 67 'style' => 'border-radius: 10px; border-style: dashed; border-width:1px;',67 'style' => 'border-radius:10px;border-style:dashed;border-width:1px;', 68 68 ); 69 69 … … 155 155 $actual = wp_apply_border_support( $block_type, $block_atts ); 156 156 $expected = array( 157 'style' => 'border-style: dotted; border-width:1px;',157 'style' => 'border-style:dotted;border-width:1px;', 158 158 ); 159 159
Note: See TracChangeset
for help on using the changeset viewer.