Changeset 51149 for trunk/tests/phpunit/tests/blocks/block-editor.php
- Timestamp:
- 06/15/2021 08:50:26 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/block-editor.php
r51069 r51149 171 171 $settings = get_default_block_editor_settings(); 172 172 173 $this->assertCount( 1 7, $settings );173 $this->assertCount( 16, $settings ); 174 174 $this->assertFalse( $settings['alignWide'] ); 175 175 $this->assertInternalType( 'array', $settings['allowedMimeTypes'] ); … … 266 266 ); 267 267 $this->assertInternalType( 'int', $settings['maxUploadFileSize'] ); 268 } 269 270 /** 271 * @ticket 53397 272 */ 273 function test_get_legacy_widget_block_editor_settings() { 274 $settings = get_legacy_widget_block_editor_settings(); 275 $this->assertCount( 1, $settings ); 268 276 $this->assertSameSets( 269 277 array(
Note: See TracChangeset
for help on using the changeset viewer.