- Timestamp:
- 07/05/2022 02:57:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php
r52399 r53659 388 388 $this->assertArrayHasKey( 'align-wide', $theme_supports ); 389 389 $this->assertArrayHasKey( 'automatic-feed-links', $theme_supports ); 390 $this->assertArrayHasKey( 'block-templates', $theme_supports ); 390 391 $this->assertArrayHasKey( 'custom-header', $theme_supports ); 391 392 $this->assertArrayHasKey( 'custom-background', $theme_supports ); … … 406 407 $this->assertArrayHasKey( 'title-tag', $theme_supports ); 407 408 $this->assertArrayHasKey( 'wp-block-styles', $theme_supports ); 408 $this->assertCount( 2 0, $theme_supports );409 $this->assertCount( 21, $theme_supports ); 409 410 } 410 411
Note: See TracChangeset
for help on using the changeset viewer.