wordpress-develop/tests/phpunit/tests/customize
Jonny Harris 07fc459e7a Tests: Use the function get_num_queries across all unit tests.
Replace use of `$wpdb->num_queries` with a function call to `get_num_queries`. This improves readability and consistency between tests. 

Props SergeyBiryukov, peterwilsoncc, spacedmonkey.
See #57841.

git-svn-id: https://develop.svn.wordpress.org/trunk@55745 602fd350-edb4-49c9-b593-d223f7449a82
2023-05-11 10:05:51 +00:00
..
control.php Tests: Second pass at merging file-level and class-level DocBlocks in various unit test files. 2023-03-03 14:42:42 +00:00
custom-css-setting.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
manager.php Tests: Use the function get_num_queries across all unit tests. 2023-05-11 10:05:51 +00:00
nav-menu-item-setting.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
nav-menu-setting.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
nav-menus.php Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/customize/nav-menus.php. 2023-01-11 11:50:01 +00:00
panel.php Code Modernization: Remove unused dynamic property in Tests_WP_Customize_*. 2022-08-07 14:20:02 +00:00
partial.php Tests: Second pass at merging file-level and class-level DocBlocks in various unit test files. 2023-03-03 14:42:42 +00:00
section.php Code Modernization: Remove unused dynamic property in Tests_WP_Customize_*. 2022-08-07 14:20:02 +00:00
selective-refresh-ajax.php Tests: Second pass at merging file-level and class-level DocBlocks in various unit test files. 2023-03-03 14:42:42 +00:00
selective-refresh.php Tests: Second pass at merging file-level and class-level DocBlocks in various unit test files. 2023-03-03 14:42:42 +00:00
setting.php Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/customize/setting.php. 2023-01-11 12:21:41 +00:00
widgets.php Coding Standards: Remove extra slashes when concatenating ABSPATH with a path. 2022-11-24 22:09:39 +00:00