Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
andrewserong committed Jan 31, 2024
commit acae78e9102ff449feb2bcfe5c3b5ed318d5e673
3 changes: 2 additions & 1 deletion tests/phpunit/tests/style-engine/styleEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ public function data_wp_style_engine_get_styles() {
),
'options' => null,
'expected_output' => array(
'css' => 'aspect-ratio:4/3;min-height:50vh;',
'classnames' => 'has-aspect-ratio',
'css' => 'aspect-ratio:4/3;min-height:unset;',
'declarations' => array(
'aspect-ratio' => '4/3',
'min-height' => 'unset',
Expand Down