Changeset 52010 for trunk/tests/phpunit/tests/formatting/convertSmilies.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/convertSmilies.php
r51623 r52010 49 49 * when use_smilies = 1 and not when use_smilies = 0 50 50 */ 51 function test_convert_standard_smilies( $in_txt, $converted_txt ) {51 public function test_convert_standard_smilies( $in_txt, $converted_txt ) { 52 52 // Standard smilies, use_smilies: ON. 53 53 update_option( 'use_smilies', 1 ); … … 92 92 * Validate Custom Smilies are converted to images when use_smilies = 1 93 93 */ 94 function test_convert_custom_smilies( $in_txt, $converted_txt ) {94 public function test_convert_custom_smilies( $in_txt, $converted_txt ) { 95 95 global $wpsmiliestrans; 96 96 … … 300 300 * @dataProvider get_spaces_around_smilies 301 301 */ 302 function test_spaces_around_smilies( $in_txt, $converted_txt ) {302 public function test_spaces_around_smilies( $in_txt, $converted_txt ) { 303 303 // Standard smilies, use_smilies: ON. 304 304 update_option( 'use_smilies', 1 );
Note: See TracChangeset
for help on using the changeset viewer.