Tests: Fix a PHP notice introduced in [38907].

`WP_DEFAULT_THEME` was being defined in the wrong location.

Also, if WordPress has the original "default" theme installed, ensure that our test theme overrides it.

Props swissspidy for daring to dive into Themes of WordPress Past.
See #31550, #38457.


Built from https://develop.svn.wordpress.org/trunk@38908


git-svn-id: http://core.svn.wordpress.org/trunk@38851 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2016-10-25 11:06:30 +00:00
parent 3ce2dd4131
commit a62d04afd6

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38907';
$wp_version = '4.7-alpha-38908';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.