Changeset 53416 for trunk/tests/phpunit/tests/theme/themeDir.php
- Timestamp:
- 05/20/2022 12:47:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/themeDir.php
r53282 r53416 166 166 'Block Theme [0.4.0]', 167 167 'Block Theme [1.0.0] in subdirectory', 168 'Block Theme Deprecated Path', 168 169 'Webfonts theme', 169 170 'Empty `fontFace` in theme.json - no webfonts defined', 170 171 ); 171 172 172 sort( $theme_names ); 173 sort( $expected ); 174 175 $this->assertSame( $expected, $theme_names ); 173 $this->assertSameSets( $expected, $theme_names ); 176 174 } 177 175
Note: See TracChangeset
for help on using the changeset viewer.