Tests/Build Tools: Improve tests for bundled themes.
Introduce two new tests relating to bundled themes: 1. Ensure the list of tested themes matches the list of themes defined in `WP_Theme` 2. Ensure the run time value of `WP_DEFAULT_THEME` is included in the list of themes defined in `WP_Theme` See #61530. Built from https://develop.svn.wordpress.org/trunk@59186 git-svn-id: http://core.svn.wordpress.org/trunk@58581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2ebd04a8ad
commit
654b12c21e
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-beta1-59185';
|
||||
$wp_version = '6.7-beta1-59186';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue