Make WordPress Core

Changeset 670 in tests


Ignore:
Timestamp:
04/12/2012 07:12:30 AM (14 years ago)
Author:
markjaquith
Message:

Make sure KSES is in place before we run a test that expects it. Oh, and that makes zero failing tests on a full run. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_post_output.php

    r660 r670  
    285285class WPTestAttributeFiltering extends _WPTestSinglePost {
    286286    function setUp() {
    287 
     287        kses_init_filters();
    288288        // http://bpr3.org/?p=87
    289289        // the title attribute should make it through unfiltered
Note: See TracChangeset for help on using the changeset viewer.