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);