Changeset 53865 for trunk/tests/phpunit/tests/option/userSettings.php
- Timestamp:
- 08/08/2022 11:33:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/userSettings.php
r53494 r53865 25 25 } 26 26 27 /** 28 * @covers ::get_user_setting 29 * @covers ::get_all_user_settings 30 * @covers ::wp_set_all_user_settings 31 */ 27 32 public function test_set_user_setting() { 28 33 $foo = get_user_setting( 'foo' ); … … 35 40 } 36 41 42 /** 43 * @covers ::get_user_setting 44 * @covers ::get_all_user_settings 45 * @covers ::wp_set_all_user_settings 46 */ 37 47 public function test_set_user_setting_dashes() { 38 48 $foo = get_user_setting( 'foo' ); … … 45 55 } 46 56 57 /** 58 * @covers ::get_user_setting 59 * @covers ::get_all_user_settings 60 * @covers ::wp_set_all_user_settings 61 */ 47 62 public function test_set_user_setting_strip_asterisks() { 48 63 $foo = get_user_setting( 'foo' );
Note: See TracChangeset
for help on using the changeset viewer.