Changeset 53562 for trunk/tests/phpunit/tests/formatting/emoji.php
- Timestamp:
- 06/23/2022 08:27:34 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/emoji.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/emoji.php
r53150 r53562 12 12 /** 13 13 * @ticket 36525 14 * 15 * @covers ::_print_emoji_detection_script 14 16 */ 15 17 public function test_unfiltered_emoji_cdns() { … … 28 30 /** 29 31 * @ticket 36525 32 * 33 * @covers ::_print_emoji_detection_script 30 34 */ 31 35 public function test_filtered_emoji_svn_cdn() { … … 51 55 /** 52 56 * @ticket 36525 57 * 58 * @covers ::_print_emoji_detection_script 53 59 */ 54 60 public function test_filtered_emoji_png_cdn() { … … 70 76 /** 71 77 * @ticket 41501 78 * 79 * @covers ::_wp_emoji_list 72 80 */ 73 81 public function test_wp_emoji_list_returns_data() { … … 114 122 * @ticket 35293 115 123 * @dataProvider data_wp_encode_emoji 124 * 125 * @covers ::wp_encode_emoji 116 126 */ 117 127 public function test_wp_encode_emoji( $emoji, $expected ) { … … 149 159 * @ticket 35293 150 160 * @dataProvider data_wp_staticize_emoji 161 * 162 * @covers ::wp_staticize_emoji 151 163 */ 152 164 public function test_wp_staticize_emoji( $emoji, $expected ) {
Note: See TracChangeset
for help on using the changeset viewer.