- Timestamp:
- 01/03/2024 09:57:32 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-users-controller.php
r56833 r57239 2521 2521 ); 2522 2522 2523 // Sanitycheck to ensure the factory created the post correctly.2523 // Confidence check to ensure the factory created the post correctly. 2524 2524 $post = get_post( $test_post ); 2525 2525 $this->assertEquals( $user_id, $post->post_author );
Note: See TracChangeset
for help on using the changeset viewer.