Changeset 1290 in tests
- Timestamp:
- 05/22/2013 09:52:28 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/query.php
r1289 r1290 52 52 setup_postdata( $page ); 53 53 $content = get_echo( 'the_content', array() ); 54 $this->assertEquals( $post_id, $GLOBALS['post']->ID ); 54 55 $this->assertNotEquals( '<p>global post</p>', strip_ws( $content ) ); 55 56 wp_reset_postdata();
Note: See TracChangeset
for help on using the changeset viewer.