Make WordPress Core


Ignore:
Timestamp:
07/09/2012 03:32:24 PM (12 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_wp-styles.php

    r828 r894  
    2121    }
    2222
    23     // Test versioning #11315
     23    /**
     24     * Test versioning
     25     * @ticket 11315
     26     */
    2427    function test_wp_enqueue_style() {
    2528        wp_enqueue_style('no-deps-no-version', 'example.com' );
     
    4245     * Test the different protocol references in wp_enqueue_style
    4346     * @global WP_Styles $wp_styles
     47     * @ticket 16560 Protocol-relative references
    4448     */
    4549    public function test_protocols() {
    46         $this->knownWPBug( 16560 );
    47 
    4850        // Init
    4951        global $wp_styles;
Note: See TracChangeset for help on using the changeset viewer.