- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media/getAttachmentTaxonomies.php
r46586 r51331 120 120 121 121 $this->assertSame( array( 'wptests_tax2' ), array_keys( $found ) ); 122 $this->assertI nternalType( 'object',$found['wptests_tax2'] );122 $this->assertIsObject( $found['wptests_tax2'] ); 123 123 $this->assertSame( 'wptests_tax2', $found['wptests_tax2']->name ); 124 124 } … … 144 144 145 145 $this->assertSame( array( 'wptests_tax2' ), array_keys( $found ) ); 146 $this->assertI nternalType( 'object',$found['wptests_tax2'] );146 $this->assertIsObject( $found['wptests_tax2'] ); 147 147 $this->assertSame( 'wptests_tax2', $found['wptests_tax2']->name ); 148 148 }
Note: See TracChangeset
for help on using the changeset viewer.