Make WordPress Core

Changeset 39170


Ignore:
Timestamp:
11/08/2016 11:22:23 PM (8 years ago)
Author:
jorbin
Message:

Posts, Post Types: Fix themes tests broken in [39168]

[39168] introduced a new theme to the tests, but it wasn't taken into account in Tests_Theme_ThemeDir::test_theme_list.

See #38696.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/themeDir.php

    r38712 r39170  
    158158            'My Theme/theme1', // duplicate theme should be given a unique name
    159159            'My Subdir Theme',// theme in a subdirectory should work
     160            'Page Template Child Theme',// theme which inherits page templates
    160161            'Page Template Theme', // theme with page templates for other test code
    161162            'Theme with Spaces in the Directory',
Note: See TracChangeset for help on using the changeset viewer.