Issue #3298319 by nod_: Update ExtensionDiscoveryTest to not use seven
(cherry picked from commit 88e3e39ae8
)
merge-requests/2585/head
parent
845ded5368
commit
eaa7f2e9ba
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue