Changeset 61008 for trunk/tests/phpunit/tests/block-supports/duotone.php
- Timestamp:
- 10/21/2025 05:59:38 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/duotone.php
r60729 r61008 10 10 11 11 class Tests_Block_Supports_Duotone extends WP_UnitTestCase { 12 /**13 * Cleans up CSS added to block-supports from duotone styles. We need to do this14 * in order to avoid impacting other tests.15 */16 public static function wpTearDownAfterClass() {17 WP_Style_Engine_CSS_Rules_Store::remove_all_stores();18 }19 20 12 /** 21 13 * Tests whether the duotone preset class is added to the block.
Note: See TracChangeset
for help on using the changeset viewer.