Tests: Move the tests for theme features that block themes should support by default to a more appropriate place.

As these tests are intended for the `_add_default_theme_supports()` function rather than `WP_Theme` class methods, the `tests/theme.php` file is a more logical place for them than `tests/theme/wpTheme.php`.

Follow-up to [52369], [52383].

See #54597.
Built from https://develop.svn.wordpress.org/trunk@52386


git-svn-id: http://core.svn.wordpress.org/trunk@51978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-12-18 21:10:03 +00:00
parent 8698dc9721
commit d37081cac2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-beta3-52385';
$wp_version = '5.9-beta3-52386';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.