Changeset 51438 for trunk/tests/phpunit/tests/user.php
- Timestamp:
- 07/15/2021 02:44:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user.php
r51404 r51438 483 483 // Insert a post and make sure the ID is OK. 484 484 $post_id = wp_insert_post( $post ); 485 $this->assert True( is_numeric( $post_id ));485 $this->assertIsNumeric( $post_id ); 486 486 487 487 setup_postdata( get_post( $post_id ) );
Note: See TracChangeset
for help on using the changeset viewer.