From e3becde64098b74a2afa7652b020cef2b6f9d261 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Mon, 3 Oct 2016 18:44:19 +0000 Subject: [PATCH] Tests: Add newly introduced theme to theme list. Introduced in [38710]. See #37924. git-svn-id: https://develop.svn.wordpress.org/trunk@38712 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 a6df7ba42e..8c39cf473e 100644 --- a/tests/phpunit/tests/theme/themeDir.php +++ b/tests/phpunit/tests/theme/themeDir.php @@ -160,6 +160,7 @@ class Tests_Theme_ThemeDir extends WP_UnitTestCase { 'Page Template Theme', // theme with page templates for other test code 'Theme with Spaces in the Directory', 'Internationalized Theme', + 'camelCase', ); sort($theme_names);