Changeset 51331 for trunk/tests/phpunit/tests/term/wpUpdateTerm.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/wpUpdateTerm.php
r48937 r51331 613 613 _unregister_taxonomy( 'wptests_tax' ); 614 614 615 $this->assertI nternalType( 'array',$found );615 $this->assertIsArray( $found ); 616 616 $this->assertNotEmpty( $found['term_id'] ); 617 617 $this->assertNotEmpty( $found['term_taxonomy_id'] ); … … 639 639 ); 640 640 641 $this->assertI nternalType( 'int',$found['term_id'] );642 $this->assertI nternalType( 'int',$found['term_taxonomy_id'] );641 $this->assertIsInt( $found['term_id'] ); 642 $this->assertIsInt( $found['term_taxonomy_id'] ); 643 643 } 644 644
Note: See TracChangeset
for help on using the changeset viewer.