Changeset 61008 for trunk/tests/phpunit/tests/style-engine/styleEngine.php
- Timestamp:
- 10/21/2025 05:59:38 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/style-engine/styleEngine.php
r60892 r61008 14 14 */ 15 15 class Tests_wpStyleEngine extends WP_UnitTestCase { 16 /**17 * Cleans up stores after each test.18 */19 public function tear_down() {20 WP_Style_Engine_CSS_Rules_Store::remove_all_stores();21 parent::tear_down();22 }23 24 16 /** 25 17 * Tests generating block styles and classnames based on various manifestations of the $block_styles argument.
Note: See TracChangeset
for help on using the changeset viewer.