Changeset 29895 for trunk/tests/phpunit/tests/theme.php
- Timestamp:
- 10/14/2014 07:57:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r26858 r29895 9 9 protected $theme_slug = 'twentyeleven'; 10 10 protected $theme_name = 'Twenty Eleven'; 11 protected $default_themes = array( 'twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen' ); 11 protected $default_themes = array( 12 'twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 13 'twentyfourteen', 'twentyfifteen', 14 ); 12 15 13 16 function setUp() {
Note: See TracChangeset
for help on using the changeset viewer.