- Timestamp:
- 12/26/2025 11:51:28 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/fonts/font-face/wpFontFace/generateAndPrint.php
r59259 r61409 35 35 $expected_output = sprintf( $style_element, $expected ); 36 36 37 $ this->expectOutputString( $expected_output);38 $ font_face->generate_and_print( $fonts);37 $output = get_echo( array( $font_face, 'generate_and_print' ), array( $fonts ) ); 38 $this->assertEqualHTML( $expected_output, $output ); 39 39 } 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.