Make WordPress Core


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

    r828 r894  
    2222    }
    2323
    24     // Test versioning
     24    /**
     25     * Test versioning
     26     * @ticket 11315
     27     */
    2528    function test_wp_enqueue_script() {
    26         $this->knownWPBug(11315);
    2729        wp_enqueue_script('no-deps-no-version', 'example.com', array());
    2830        wp_enqueue_script('empty-deps-no-version', 'example.com' );
     
    4446     * Test the different protocol references in wp_enqueue_script
    4547     * @global WP_Scripts $wp_scripts
     48     * @ticket 16560 Protocol-relative references
    4649     */
    4750    public function test_protocols() {
    48         $this->knownWPBug( 16560 );
    49 
    5051        // Init
    5152        global $wp_scripts;
Note: See TracChangeset for help on using the changeset viewer.