Changeset 52349 for trunk/tests/phpunit/tests/blocks/editor.php
- Timestamp:
- 12/09/2021 03:23:23 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/blocks/editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/editor.php
r52313 r52349 171 171 $settings = get_default_block_editor_settings(); 172 172 173 $this->assertCount( 1 7, $settings );173 $this->assertCount( 18, $settings ); 174 174 $this->assertFalse( $settings['alignWide'] ); 175 175 $this->assertIsArray( $settings['allowedMimeTypes'] ); … … 266 266 ); 267 267 $this->assertIsInt( $settings['maxUploadFileSize'] ); 268 $this->assertTrue( $settings['__unstableGalleryWithImageBlocks'] ); 268 269 } 269 270
Note: See TracChangeset
for help on using the changeset viewer.