Changeset 51331 for trunk/tests/phpunit/tests/blocks/block-editor.php
- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/block-editor.php
r51200 r51331 173 173 $this->assertCount( 16, $settings ); 174 174 $this->assertFalse( $settings['alignWide'] ); 175 $this->assertI nternalType( 'array',$settings['allowedMimeTypes'] );175 $this->assertIsArray( $settings['allowedMimeTypes'] ); 176 176 $this->assertTrue( $settings['allowedBlockTypes'] ); 177 177 $this->assertSameSets( … … 265 265 $settings['imageSizes'] 266 266 ); 267 $this->assertI nternalType( 'int',$settings['maxUploadFileSize'] );267 $this->assertIsInt( $settings['maxUploadFileSize'] ); 268 268 } 269 269
Note: See TracChangeset
for help on using the changeset viewer.