Changeset 54162 for trunk/tests/phpunit/tests/blocks/editor.php
- Timestamp:
- 09/14/2022 06:42:04 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/editor.php
r54160 r54162 203 203 $settings = get_default_block_editor_settings(); 204 204 205 $this->assertCount( 1 8, $settings );205 $this->assertCount( 19, $settings ); 206 206 $this->assertFalse( $settings['alignWide'] ); 207 207 $this->assertIsArray( $settings['allowedMimeTypes'] ); … … 250 250 $this->assertFalse( $settings['disableCustomFontSizes'] ); 251 251 $this->assertFalse( $settings['disableCustomGradients'] ); 252 $this->assertFalse( $settings['disableLayoutStyles'] ); 252 253 $this->assertFalse( $settings['enableCustomLineHeight'] ); 253 254 $this->assertFalse( $settings['enableCustomSpacing'] );
Note: See TracChangeset
for help on using the changeset viewer.