Changeset 53865 for trunk/tests/phpunit/tests/option/sanitizeOption.php
- Timestamp:
- 08/08/2022 11:33:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/sanitizeOption.php
r53494 r53865 82 82 /** 83 83 * @dataProvider sanitize_option_provider 84 * 85 * @covers ::sanitize_option 84 86 */ 85 87 public function test_sanitize_option( $option_name, $sanitized, $original ) { … … 98 100 /** 99 101 * @dataProvider upload_path_provider 102 * 103 * @covers ::sanitize_option 100 104 */ 101 105 public function test_sanitize_option_upload_path( $provided, $expected ) { … … 105 109 /** 106 110 * @ticket 36122 111 * 112 * @covers ::sanitize_option 107 113 */ 108 114 public function test_emoji_in_blogname_and_description() { … … 123 129 /** 124 130 * @dataProvider permalink_structure_provider 131 * 132 * @covers ::sanitize_option 133 * @covers ::get_settings_errors 125 134 */ 126 135 public function test_sanitize_permalink_structure( $provided, $expected, $valid ) {
Note: See TracChangeset
for help on using the changeset viewer.