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
This commit is contained in:
Konstantin Obenland 2016-10-03 18:44:19 +00:00
parent 9cfa200891
commit e3becde640
1 changed files with 1 additions and 0 deletions

View File

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