woocommerce/tests/php/includes/settings
Nestor Soriano cf9300bbbc
Refactor in the WC_Settings_Page class for PHP 8 compatibility
- Turn get_settings into a parameterless method, but accept one
  parameter via func_get_arg; and mark the method as deprecated.
- Rename the existing get_settings to get_settings_for_section;
  and mark the method as final.
- Rename the existing get_settings_for_section to get_settings_for_section_core.

See the comment added to get_settings for the rationale for the change.
2021-04-13 12:45:42 +02:00
..
class-wc-settings-accounts-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-advanced-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-emails-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-example.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-general-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-integrations-test.php Refactor the settings pages, and add unit tests for them. 2021-04-12 12:42:26 +02:00
class-wc-settings-page-test.php Refactor in the WC_Settings_Page class for PHP 8 compatibility 2021-04-13 12:45:42 +02:00
class-wc-settings-payment-gateways-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-products-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-shipping-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-tax-test.php Rename "get_settings" to "get_settings_for_section" in settings pages. 2021-04-12 18:04:41 +02:00
class-wc-settings-unit-test-case.php Refactor the settings pages, and add unit tests for them. 2021-04-12 12:42:26 +02:00