Changeset 1148 in tests for trunk/tests/post/formats.php
- Timestamp:
- 11/21/2012 03:01:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/post/formats.php
r1143 r1148 55 55 $format = get_post_format( $post_id ); 56 56 $this->assertEquals( 'aside', $format ); 57 57 58 58 $result = set_post_format( $post_id, 'standard' ); 59 59 $this->assertNotInstanceOf( 'WP_Error', $result );
Note: See TracChangeset
for help on using the changeset viewer.