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. git-svn-id: https://develop.svn.wordpress.org/trunk@39170 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
21e874e00a
commit
5cb18b6c38
@ -157,6 +157,7 @@ class Tests_Theme_ThemeDir extends WP_UnitTestCase {
|
||||
'My Theme',
|
||||
'My Theme/theme1', // duplicate theme should be given a unique name
|
||||
'My Subdir Theme',// theme in a subdirectory should work
|
||||
'Page Template Child Theme',// theme which inherits page templates
|
||||
'Page Template Theme', // theme with page templates for other test code
|
||||
'Theme with Spaces in the Directory',
|
||||
'Internationalized Theme',
|
||||
|
Loading…
Reference in New Issue
Block a user