mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Changes include: * Renames the test class to be compliant with test coding standards. * Converts the test class to extend `WP_Theme_UnitTestCase` to reuse test fixtures. * Implements data providers to encapsulate datasets and reduce code repetition. * Adds a `@covers` annotation. * Improves assertion messages to help with diagnosing failed tests. Follow-up to [55567], [55148], [52682], [53916], [52675-52677]. Props costdev, hellofromTonya. See #57841, #57958. git-svn-id: https://develop.svn.wordpress.org/trunk@55572 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| base.php | ||
| customHeader.php | ||
| getThemeStarterContent.php | ||
| support.php | ||
| themeDir.php | ||
| wpAddGlobalStylesForBlocks.php | ||
| wpEnqueueStoredStyles.php | ||
| wpGetGlobalStylesheet.php | ||
| wpGetGlobalStylesSvgFilters.php | ||
| wpTheme.php | ||
| wpThemeGetAllowedFilters.php | ||
| wpThemeHasThemeJson.php | ||
| wpThemeJson.php | ||
| wpThemeJsonResolver.php | ||
| wpThemeJsonSchema.php | ||