Changeset 51331 for trunk/tests/phpunit/tests/post/query.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/query.php
r48939 r51331 738 738 ); 739 739 740 $this->assertI nternalType( 'int',$q->found_posts );740 $this->assertIsInt( $q->found_posts ); 741 741 } 742 742 … … 757 757 remove_filter( 'found_posts', '__return_empty_string' ); 758 758 759 $this->assertI nternalType( 'int',$q->found_posts );759 $this->assertIsInt( $q->found_posts ); 760 760 } 761 761 }
Note: See TracChangeset
for help on using the changeset viewer.