- Timestamp:
- 10/20/2024 01:11:24 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/fonts/font-face/wpFontFace/generateAndPrint.php
r56500 r59259 32 32 public function test_should_generate_and_print_given_fonts( array $fonts, $expected ) { 33 33 $font_face = new WP_Font_Face(); 34 $style_element = "<style id='wp-fonts-local' type='text/css'>\n%s\n</style>\n";34 $style_element = "<style class='wp-fonts-local' type='text/css'>\n%s\n</style>\n"; 35 35 $expected_output = sprintf( $style_element, $expected ); 36 36
Note: See TracChangeset
for help on using the changeset viewer.