Issue #3298319 by nod_: Update ExtensionDiscoveryTest to not use seven

(cherry picked from commit 88e3e39ae8)
merge-requests/2585/head
catch 2022-08-03 21:56:08 +09:00
parent 845ded5368
commit eaa7f2e9ba
1 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,13 @@ class ExtensionDiscoveryTest extends UnitTestCase {
'core/profiles/minimal/minimal.info.yml' => [
'type' => 'profile',
],
'core/themes/test_theme/test_theme.info.yml' => [
'type' => 'theme',
],
// Override the core instance of the 'test_theme' theme.
'sites/default/themes/test_theme/test_theme.info.yml' => [
'type' => 'theme',
],
// Override the core instance of the 'minimal' profile.
'sites/default/profiles/minimal/minimal.info.yml' => [
'type' => 'profile',