Changeset 894 in tests for trunk/tests/test_includes_theme.php
- Timestamp:
- 07/09/2012 03:32:24 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tests/test_includes_theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_theme.php
r828 r894 133 133 } 134 134 135 /** 136 * @ticket 20897 137 */ 135 138 function test_extra_theme_headers() { 136 $this->knownWPBug( 20897 );137 139 $wp_theme = wp_get_theme( $this->theme_slug ); 138 140 $this->assertNotEmpty( $wp_theme->get('License') ); … … 498 500 } 499 501 500 // #11214 looked at how we can reduce the in-memory size even more 502 /** 503 * @ticket 11214 looked at how we can reduce the in-memory size even more 504 */ 501 505 function test_smaller_storage() { 502 $this->knownWPBug(11214);503 506 $themes = get_themes(); 504 507 $this->_filter_out_themes_not_in_root( $themes );
Note: See TracChangeset
for help on using the changeset viewer.