wordpress-develop/tests/phpunit/tests/theme
Sergey Biryukov 5d537503df Tests: Correct the wp_theme_json_data_default filter name in assertion messages.
The `theme_json_default` filter was previously renamed to `wp_theme_json_data_default`.

This commit updates the messages in `WP_Theme_JSON_Resolver` tests to match the new name.

Follow-up to [54501], [54630].

See #56796, #56835.

git-svn-id: https://develop.svn.wordpress.org/trunk@54631 602fd350-edb4-49c9-b593-d223f7449a82
2022-10-18 13:28:59 +00:00
..
customHeader.php Code Modernization: Explicitly declare all properties created in set_up() methods of various test classes. 2022-08-27 12:30:08 +00:00
getThemeStarterContent.php Coding Standards: Add visibility to methods in tests/phpunit/tests/. 2021-11-04 15:22:47 +00:00
support.php Themes: Correct the logic for displaying a _doing_it_wrong() notice for add_theme_support( 'html5' ). 2022-03-07 14:42:49 +00:00
themeDir.php Editor: Merge latest fluid typography bugfixes for 6.1 Release Candidate 1. 2022-10-11 18:42:20 +00:00
wpGetGlobalStylesheet.php Editor: Backport block supports filter callback, registrations and tests to 6.1. 2022-09-19 20:54:20 +00:00
wpTheme.php Themes: Add support for Update URI header. 2022-08-23 17:46:46 +00:00
wpThemeGetAllowedFilters.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
wpThemeJson.php Tests: Use assertSame() in some WP_Theme_JSON tests. 2022-10-10 15:57:11 +00:00
wpThemeJsonResolver.php Tests: Correct the wp_theme_json_data_default filter name in assertion messages. 2022-10-18 13:28:59 +00:00
wpThemeJsonSchema.php Update theme.json classes for WordPress 5.9. 2021-11-08 19:18:39 +00:00