Changeset 28625
- Timestamp:
- 05/29/2014 11:33:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/Smilies.php
r26488 r28625 94 94 * 95 95 * Validate Custom Smilies are converted to images when use_smilies = 1 96 * @uses $wpsmiliestrans97 96 */ 98 97 function test_convert_custom_smilies ( $in_txt, $converted_txt ) { … … 142 141 * @ticket 16448 143 142 * @dataProvider get_smilies_ignore_tags 144 * @uses $wpsmiliestrans145 143 */ 146 144 public function test_ignore_smilies_in_tags( $element ) { … … 206 204 * @ticket 20124 207 205 * @dataProvider get_smilies_combinations 208 * @uses $wpsmiliestrans209 206 */ 210 207 public function test_smilies_combinations( $in_txt, $converted_txt ) { … … 252 249 * @ticket 25303 253 250 * @dataProvider get_single_smilies_input_output 254 * @uses $wpsmiliestrans255 251 */ 256 252 public function test_single_smilies_in_wpsmiliestrans( $in_txt, $converted_txt ) {
Note: See TracChangeset
for help on using the changeset viewer.