wordpress-develop/tests/phpunit/tests/option
Sergey Biryukov fd6c5606b1 Coding Standards: Include one space after function keyword for closures.
Note: This is enforced by WPCS 3.0.0.

Reference: [https://github.com/WordPress/WordPress-Coding-Standards/pull/2328 WPCS: PR #2328 Core: properly check formatting of function declaration statements].

Props jrf.
See #59161, #58831.

git-svn-id: https://develop.svn.wordpress.org/trunk@56559 602fd350-edb4-49c9-b593-d223f7449a82
2023-09-12 15:21:02 +00:00
..
getOptions.php Options, Meta APIs: Introduce prime_options() to load multiple options with a single database request. 2023-08-24 14:40:01 +00:00
multisite.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:14:01 +00:00
networkOption.php Networks and Sites: Revert the use of the metadata API for *_network_options functions. 2022-10-18 18:14:01 +00:00
option.php Tests: Rename the test for pre_option filter to match the filter name. 2022-09-13 20:19:17 +00:00
primeOptions.php Options, Meta APIs: Introduce prime_options() to load multiple options with a single database request. 2023-08-24 14:40:01 +00:00
primeOptionsByGroup.php Options, Meta APIs: Introduce prime_options() to load multiple options with a single database request. 2023-08-24 14:40:01 +00:00
registration.php Build/Test Tools: Add @covers tags to the options tests. 2022-08-08 23:33:11 +00:00
sanitizeOption.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
siteOption.php Build/Test Tools: Add @covers tags to the options tests. 2022-08-08 23:33:11 +00:00
siteTransient.php Tests: Make the message for skipping some tests with an external object cache more consistent. 2022-10-23 12:36:58 +00:00
slashes.php Build/Test Tools: Add @covers tags to the options tests. 2022-08-08 23:33:11 +00:00
themeMods.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
transient.php Tests: Make the message for skipping some tests with an external object cache more consistent. 2022-10-23 12:36:58 +00:00
updateOption.php Tests: Use the function get_num_queries across all unit tests. 2023-05-11 10:05:51 +00:00
userSettings.php Build/Test Tools: Add @covers tags to the options tests. 2022-08-08 23:33:11 +00:00
wpLoadAlloptions.php Tests: Use the function get_num_queries across all unit tests. 2023-05-11 10:05:51 +00:00
wpSetOptionAutoload.php Options, Meta APIs: Introduce wp_set_option_autoload_values(). 2023-09-01 19:55:11 +00:00
wpSetOptionAutoloadValues.php Coding Standards: Include one space after function keyword for closures. 2023-09-12 15:21:02 +00:00
wpSetOptionsAutoload.php Options, Meta APIs: Introduce wp_set_option_autoload_values(). 2023-09-01 19:55:11 +00:00
wpUserSettings.php Tests: Add a unit test for PHP 8.1 deprecation notice in wp_user_settings(). 2022-06-13 15:20:02 +00:00