Make WordPress Core

Changeset 894 in tests for trunk/tests/test_includes_theme.php


Ignore:
Timestamp:
07/09/2012 03:32:24 PM (14 years ago)
Author:
nacin
Message:

Convert knownWPBug and knownUTBug to @ticket annotations. fixes #102.

Allows for an extra description to be included with the annotation,
which will be passed to markTestSkipped().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_includes_theme.php

    r828 r894  
    133133        }
    134134
     135        /**
     136         * @ticket 20897
     137         */
    135138        function test_extra_theme_headers() {
    136                 $this->knownWPBug( 20897 );
    137139                $wp_theme = wp_get_theme( $this->theme_slug );
    138140                $this->assertNotEmpty( $wp_theme->get('License') );
     
    498500        }
    499501
    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         */
    501505        function test_smaller_storage() {
    502                 $this->knownWPBug(11214);
    503506                $themes = get_themes();
    504507                $this->_filter_out_themes_not_in_root( $themes );
Note: See TracChangeset for help on using the changeset viewer.