- Timestamp:
- 06/04/2024 11:53:37 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php
r58282 r58328 420 420 $this->assertArrayHasKey( 'editor-font-sizes', $theme_supports ); 421 421 $this->assertArrayHasKey( 'editor-gradient-presets', $theme_supports ); 422 $this->assertArrayHasKey( 'editor-spacing-sizes', $theme_supports ); 422 423 $this->assertArrayHasKey( 'editor-styles', $theme_supports ); 423 424 $this->assertArrayHasKey( 'formats', $theme_supports ); … … 427 428 $this->assertArrayHasKey( 'title-tag', $theme_supports ); 428 429 $this->assertArrayHasKey( 'wp-block-styles', $theme_supports ); 429 $this->assertCount( 2 3, $theme_supports, 'There should be 23 theme supports' );430 $this->assertCount( 24, $theme_supports, 'There should be 23 theme supports' ); 430 431 } 431 432
Note: See TracChangeset
for help on using the changeset viewer.