- Timestamp:
- 10/21/2025 05:59:38 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/style-engine/wpStyleEngineCssRulesStore.php
r58089 r61008 17 17 class Tests_Style_Engine_wpStyleEngineCSSRulesStore extends WP_UnitTestCase { 18 18 /** 19 * Cleans up stores after each test.20 */21 public function tear_down() {22 WP_Style_Engine_CSS_Rules_Store::remove_all_stores();23 parent::tear_down();24 }25 26 /**27 19 * Tests creating a new store on instantiation. 28 20 *
Note: See TracChangeset
for help on using the changeset viewer.