Changeset 51331 for trunk/tests/phpunit/tests/query/results.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r49603 r51331 766 766 767 767 foreach ( $this->q->posts as $post ) { 768 $this->assertI nternalType( 'int',$post->ID );769 $this->assertI nternalType( 'int',$post->post_parent );768 $this->assertIsInt( $post->ID ); 769 $this->assertIsInt( $post->post_parent ); 770 770 } 771 771
Note: See TracChangeset
for help on using the changeset viewer.