mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Editor: update function name in test comment.
Renames `gutenberg_apply_typography_support` to `wp_apply_typography_support` in typography test comment. Props kebbet, oglekler, ramonopoly. See #58522. git-svn-id: https://develop.svn.wordpress.org/trunk@56084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
518a4fc53c
commit
28c879ecc4
@ -921,7 +921,7 @@ class Tests_Block_Supports_Typography extends WP_UnitTestCase {
|
||||
* @type string $minimum_font_size Minimum font size for any clamp() calculation.
|
||||
* @type int $scale_factor A scale factor to determine how fast a font scales within boundaries.
|
||||
* }
|
||||
* @param string $expected_output Expected value of style property from gutenberg_apply_typography_support().
|
||||
* @param string $expected_output Expected value of style property from wp_apply_typography_support().
|
||||
*/
|
||||
public function test_wp_get_computed_fluid_typography_value( $args, $expected_output ) {
|
||||
$actual = wp_get_computed_fluid_typography_value( $args );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user