From 5cb18b6c3826a2259c7cf2f5b797da6e8940cf69 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 8 Nov 2016 23:22:23 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/theme/themeDir.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/tests/theme/themeDir.php b/tests/phpunit/tests/theme/themeDir.php index 8c39cf473e..ab43eec4da 100644 --- a/tests/phpunit/tests/theme/themeDir.php +++ b/tests/phpunit/tests/theme/themeDir.php @@ -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',