[wp-trac] [WordPress Trac] #31550: Use an empty theme for WP_DEFAULT_THEME during unit tests

WordPress Trac noreply at wordpress.org
Tue Oct 25 10:25:02 UTC 2016


#31550: Use an empty theme for WP_DEFAULT_THEME during unit tests
------------------------------+---------------------
 Reporter:  westonruter       |       Owner:  pento
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:  4.7
Component:  Build/Test Tools  |     Version:
 Severity:  normal            |  Resolution:  fixed
 Keywords:                    |     Focuses:
------------------------------+---------------------

Comment (by pento):

 In [changeset:"38907"]:
 {{{
 #!CommitTicketReference repository="" revision="38907"
 Tests: Use a minimal theme for tests.

 This functionality was originally added in [38858], using `symlink()` to
 put a link to the theme in WordPress' `themes` directory. Unfortunately,
 not all installs have write access to the `themes` directory, causing unit
 tests to fail.

 The new method is to add the test theme directory to
 `$wp_theme_directories`, and fix the handful of tests that don't expect
 `$wp_theme_directories` to have multiple entries.

 The test install/bootstrap routines now also check that `WP_DEFAULT_THEME`
 is defined, in case the tests are being run on a system that hasn't
 upgraded its' `wp-tests-config.php`.

 See #31550.
 Fixes #38457.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31550#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list