- Timestamp:
- 04/01/2024 08:43:46 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php
r57657 r57909 488 488 * @param string $expected Expected settings result. 489 489 */ 490 public function test_create_item_san tize_font_family_settings( $settings, $expected ) {490 public function test_create_item_sanitize_font_family_settings( $settings, $expected ) { 491 491 $settings = array_merge( self::$default_settings, $settings ); 492 492 $expected = array_merge( self::$default_settings, $expected ); … … 753 753 * @param string $expected Expected settings result. 754 754 */ 755 public function test_update_item_san tize_font_family_settings( $settings, $expected ) {755 public function test_update_item_sanitize_font_family_settings( $settings, $expected ) { 756 756 // Unset/modify slug from the data provider, since we're updating rather than creating. 757 757 unset( $settings['slug'] );
Note: See TracChangeset
for help on using the changeset viewer.