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
Test DocBlock updates for standards
  • Loading branch information
hellofromtonya authored Sep 20, 2022
commit c888ae54577176eb66f7573167dfe3e871dbfad0
4 changes: 2 additions & 2 deletions tests/phpunit/tests/block-supports/typography.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ function test_should_generate_classname_for_font_family() {
* @type string $size CSS font-size value, including units where applicable.
* }
* @param bool $should_use_fluid_typography An override to switch fluid typography "on". Can be used for unit testing.
* @param string $expected_output Expected output of gutenberg_get_typography_font_size_value().
* @param string $expected_output Expected output.
*/
function test_wp_get_typography_font_size_value( $font_size_preset, $should_use_fluid_typography, $expected_output ) {
$actual = wp_get_typography_font_size_value( $font_size_preset, $should_use_fluid_typography );
Expand All @@ -275,7 +275,7 @@ function test_wp_get_typography_font_size_value( $font_size_preset, $should_use_
}

/**
* Data provider for test_wp_get_typography_font_size_value.
* Data provider.
*
* @return array
*/
Expand Down