Changeset 57987 for trunk/tests/phpunit/tests/post/objects.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/objects.php
r52010 r57987 29 29 $this->assertSame( 'post', $post->post_type ); 30 30 31 // Ex cercise the output argument.31 // Exercise the output argument. 32 32 $post = get_post( $id, ARRAY_A ); 33 33 $this->assertIsArray( $post );
Note: See TracChangeset
for help on using the changeset viewer.