Make WordPress Core


Ignore:
Timestamp:
09/12/2013 06:37:32 PM (11 years ago)
Author:
nacin
Message:

Use @expectedDeprecated. see #25282, [25408].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/CleanPre.php

    r25402 r25409  
    66 *
    77 * @group formatting
     8 * @expectedDeprecated clean_pre
    89 */
    910class Tests_Formatting_CleanPre extends WP_UnitTestCase {
    10     protected $deprecated_functions = array( 'clean_pre' );
    1111
    1212    function test_removes_self_closing_br_with_space() {
Note: See TracChangeset for help on using the changeset viewer.