Changeset 53417 for branches/6.0/tests/phpunit/tests/theme/themeDir.php
- Timestamp:
- 05/20/2022 12:59:55 AM (3 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/tests/phpunit/tests/theme/themeDir.php
r53282 r53417 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.