Make WordPress Core

Changeset 30290


Ignore:
Timestamp:
11/08/2014 10:50:30 PM (10 years ago)
Author:
jorbin
Message:

Remove failing shortcode unit tests

Test added to #14050 in case we want to include it in a future fix.

see #30284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/shortcode.php

    r29197 r30290  
    309309
    310310    /**
    311      * @ticket 14050
    312      */
    313     function test_multiple_shortcode_unautop() {
    314         // a blank line is added at the end, so test with it already there
    315         $test_string = "[footag]\n[footag]\n";
    316         $actual = shortcode_unautop( wpautop( $test_string ) );
    317         $this->assertEquals( $test_string, $actual );
    318     }
    319 
    320     /**
    321311     * @ticket 10326
    322312     */
Note: See TracChangeset for help on using the changeset viewer.