Changeset 54160 for trunk/tests/phpunit/tests/blocks/editor.php
- Timestamp:
- 09/14/2022 03:50:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/editor.php
r54159 r54160 203 203 $settings = get_default_block_editor_settings(); 204 204 205 $this->assertCount( 1 9, $settings );205 $this->assertCount( 18, $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'] );253 252 $this->assertFalse( $settings['enableCustomLineHeight'] ); 254 253 $this->assertFalse( $settings['enableCustomSpacing'] );
Note: See TracChangeset
for help on using the changeset viewer.