Make WordPress Core

Changeset 1287 in tests for trunk/tests/query.php


Ignore:
Timestamp:
05/20/2013 11:07:00 AM (13 years ago)
Author:
ryan
Message:

Tests for the_content, the_remaining_content, wp_parse_post_content. see #WP24330

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/query.php

    r1286 r1287  
    1717
    1818    function test_setup_postdata_single_page() {
    19         $post = $this->factory->post->create_and_get( array( 'post_content' => 'Page 0<!--nextpage-->Page 1<!--nextpage-->Page 2<!--nextpage-->Page 3' ) );
     19        $post = $this->factory->post->create_and_get( array( 'post_content' => 'Page 0' ) );
    2020        setup_postdata( $post );
    2121
Note: See TracChangeset for help on using the changeset viewer.