- Timestamp:
- 10/07/2022 01:02:07 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/style-engine/wpStyleEngineCssRulesStore.php
r54156 r54402 89 89 $quesadilla_store = WP_Style_Engine_CSS_Rules_Store::get_store( 'quesadilla' ); 90 90 91 $this->assert Equals(91 $this->assertSame( 92 92 array( 93 93 'burrito' => $burrito_store, … … 109 109 $tzatziki_store = WP_Style_Engine_CSS_Rules_Store::get_store( 'tzatziki' ); 110 110 111 $this->assert Equals(111 $this->assertSame( 112 112 array( 113 113 'dolmades' => $dolmades_store, … … 120 120 WP_Style_Engine_CSS_Rules_Store::remove_all_stores(); 121 121 122 $this->assert Equals(122 $this->assertSame( 123 123 array(), 124 124 WP_Style_Engine_CSS_Rules_Store::get_stores(),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)